All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.swf-2012-01-25-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon SWF module holds the client classes that are used for communicating with Amazon Simple Workflow Service

There is a newer version: 1.9.13
Show newest version
{
  "metadata" : {
    "apiVersion" : "2012-01-25",
    "exceptionUnmarshallerImpl" : null,
    "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, "jsonContentVersion" : "application/x-amz-json-1.0", "jsonVersion" : "1.0", "endpointPrefix" : "swf", "signingName" : "swf", "jsonProtocol" : true, "xmlProtocol" : false, "serviceName" : "Amazon SWF", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "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, "methodName" : "countClosedWorkflowExecutions", "syncReturnType" : "WorkflowExecutionCount", "asyncReturnType" : "WorkflowExecutionCount", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "countOpenWorkflowExecutions", "syncReturnType" : "WorkflowExecutionCount", "asyncReturnType" : "WorkflowExecutionCount", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "countPendingActivityTasks", "syncReturnType" : "PendingTaskCount", "asyncReturnType" : "PendingTaskCount", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "countPendingDecisionTasks", "syncReturnType" : "PendingTaskCount", "asyncReturnType" : "PendingTaskCount", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "deprecateActivityType", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "deprecateDomain", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "deprecateWorkflowType", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "describeActivityType", "syncReturnType" : "ActivityTypeDetail", "asyncReturnType" : "ActivityTypeDetail", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "describeDomain", "syncReturnType" : "DomainDetail", "asyncReturnType" : "DomainDetail", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "describeWorkflowExecution", "syncReturnType" : "WorkflowExecutionDetail", "asyncReturnType" : "WorkflowExecutionDetail", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "describeWorkflowType", "syncReturnType" : "WorkflowTypeDetail", "asyncReturnType" : "WorkflowTypeDetail", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "getWorkflowExecutionHistory", "syncReturnType" : "History", "asyncReturnType" : "History", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "listActivityTypes", "syncReturnType" : "ActivityTypeInfos", "asyncReturnType" : "ActivityTypeInfos", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "listClosedWorkflowExecutions", "syncReturnType" : "WorkflowExecutionInfos", "asyncReturnType" : "WorkflowExecutionInfos", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "listDomains", "syncReturnType" : "DomainInfos", "asyncReturnType" : "DomainInfos", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "listOpenWorkflowExecutions", "syncReturnType" : "WorkflowExecutionInfos", "asyncReturnType" : "WorkflowExecutionInfos", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "listWorkflowTypes", "syncReturnType" : "WorkflowTypeInfos", "asyncReturnType" : "WorkflowTypeInfos", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "pollForActivityTask", "syncReturnType" : "ActivityTask", "asyncReturnType" : "ActivityTask", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "pollForDecisionTask", "syncReturnType" : "DecisionTask", "asyncReturnType" : "DecisionTask", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "recordActivityTaskHeartbeat", "syncReturnType" : "ActivityTaskStatus", "asyncReturnType" : "ActivityTaskStatus", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "registerActivityType", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "registerDomain", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "registerWorkflowType", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "requestCancelWorkflowExecution", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "respondActivityTaskCanceled", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "respondActivityTaskCompleted", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "respondActivityTaskFailed", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "respondDecisionTaskCompleted", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "signalWorkflowExecution", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "startWorkflowExecution", "syncReturnType" : "Run", "asyncReturnType" : "Run", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "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, "methodName" : "terminateWorkflowExecution", "syncReturnType" : "void", "asyncReturnType" : "Void", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true } }, "shapes" : { "RegisterActivityTypeRequest" : { "c2jName" : "RegisterActivityTypeInput", "documentation" : "", "shapeName" : "RegisterActivityTypeRequest", "deprecated" : false, "required" : [ "domain", "name", "version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the domain in which this activity is to be registered.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain in which this activity is to be registered.

", "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, "uri" : false, "header" : 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 in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.*/", "getterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@return The name of the domain in which this activity is to be registered.*/", "fluentSetterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the activity type within the domain.

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" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the activity type within the domain.

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" : "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, "uri" : false, "header" : 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 activity type within the domain.

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 name The name of the activity type within the domain.

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 activity type within the domain.

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 activity type within the domain.

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 activity type within the domain.

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 name The name of the activity type within the domain.

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 activity type within the domain.

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 name The name of the activity type within the domain.

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" : "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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" : "

A textual description of the activity type.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description of the activity type.

", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.*/", "getterDocumentation" : "/**

A textual description of the activity type.

\n@return A textual description of the activity type.*/", "fluentSetterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskHeartbeatTimeout", "c2jName" : "defaultTaskHeartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskHeartbeatTimeout", "marshallLocationName" : "defaultTaskHeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.*/", "getterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@return If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskScheduleToStartTimeout", "c2jName" : "defaultTaskScheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToStartTimeout", "marshallLocationName" : "defaultTaskScheduleToStartTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskScheduleToCloseTimeout", "c2jName" : "defaultTaskScheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout", "marshallLocationName" : "defaultTaskScheduleToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerActivityTypeRequest", "variableType" : "RegisterActivityTypeRequest", "variableDeclarationType" : "RegisterActivityTypeRequest", "documentation" : null, "simpleType" : "RegisterActivityTypeRequest", "variableSetterType" : "RegisterActivityTypeRequest" }, "marshaller" : { "action" : "RegisterActivityType", "verb" : "POST", "target" : "SimpleWorkflowService.RegisterActivityType", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the activity type within the domain.

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" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the activity type within the domain.

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" : "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, "uri" : false, "header" : 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 activity type within the domain.

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 name The name of the activity type within the domain.

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 activity type within the domain.

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 activity type within the domain.

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 activity type within the domain.

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 name The name of the activity type within the domain.

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 activity type within the domain.

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 name The name of the activity type within the domain.

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.*/" }, "DefaultTaskList" : { "documentation" : "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.*/", "getterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@return If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.

\n@param defaultTaskList If set, specifies the default task list to use for scheduling tasks of this activity type. This default task list is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskHeartbeatTimeout" : { "documentation" : "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskHeartbeatTimeout", "c2jName" : "defaultTaskHeartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskHeartbeatTimeout", "marshallLocationName" : "defaultTaskHeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskHeartbeatTimeout If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A textual description of the activity type.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description of the activity type.

", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.*/", "getterDocumentation" : "/**

A textual description of the activity type.

\n@return A textual description of the activity type.*/", "fluentSetterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description of the activity type.

\n@param description A textual description of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskPriority" : { "documentation" : "

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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" : "/**

The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the activity type. If not assigned, then \"0\" will be used. 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.*/" }, "Domain" : { "documentation" : "

The name of the domain in which this activity is to be registered.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain in which this activity is to be registered.

", "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, "uri" : false, "header" : 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 in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.*/", "getterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@return The name of the domain in which this activity is to be registered.*/", "fluentSetterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain in which this activity is to be registered.

\n@param domain The name of the domain in which this activity is to be registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskScheduleToCloseTimeout" : { "documentation" : "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskScheduleToCloseTimeout", "c2jName" : "defaultTaskScheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout", "marshallLocationName" : "defaultTaskScheduleToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToCloseTimeout If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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 version The version of the activity type.

The activity type consists of the name and version, the combination of which must be unique within the domain.

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.*/" }, "DefaultTaskScheduleToStartTimeout" : { "documentation" : "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskScheduleToStartTimeout", "c2jName" : "defaultTaskScheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToStartTimeout", "marshallLocationName" : "defaultTaskScheduleToStartTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskScheduleToStartTimeout If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskStartToCloseTimeout" : { "documentation" : "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask decision.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "DescribeActivityTypeRequest" : { "c2jName" : "DescribeActivityTypeInput", "documentation" : "", "shapeName" : "DescribeActivityTypeRequest", "deprecated" : false, "required" : [ "domain", "activityType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the domain in which the activity type is registered.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain in which the activity type is registered.

", "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, "uri" : false, "header" : 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 in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.*/", "getterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@return The name of the domain in which the activity type is registered.*/", "fluentSetterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

", "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, "uri" : false, "header" : 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 to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.*/", "getterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@return The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.*/", "fluentSetterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeActivityTypeRequest", "variableType" : "DescribeActivityTypeRequest", "variableDeclarationType" : "DescribeActivityTypeRequest", "documentation" : null, "simpleType" : "DescribeActivityTypeRequest", "variableSetterType" : "DescribeActivityTypeRequest" }, "marshaller" : { "action" : "DescribeActivityType", "verb" : "POST", "target" : "SimpleWorkflowService.DescribeActivityType", "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 in which the activity type is registered.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain in which the activity type is registered.

", "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, "uri" : false, "header" : 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 in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.*/", "getterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@return The name of the domain in which the activity type is registered.*/", "fluentSetterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain in which the activity type is registered.

\n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityType" : { "documentation" : "

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

", "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, "uri" : false, "header" : 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 to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.*/", "getterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@return The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.*/", "fluentSetterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

\n@param activityType The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SignalWorkflowExecutionRequest" : { "c2jName" : "SignalWorkflowExecutionInput", "documentation" : "", "shapeName" : "SignalWorkflowExecutionRequest", "deprecated" : false, "required" : [ "domain", "workflowId", "signalName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the domain containing the workflow execution to signal.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain containing the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param domain The name of the domain containing the workflow execution to signal.*/", "getterDocumentation" : "/**

The name of the domain containing the workflow execution to signal.

\n@return The name of the domain containing the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The name of the domain containing the workflow execution to signal.

\n@param domain The name of the domain containing the workflow execution to signal.\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 signal.

\n@param domain The name of the domain containing the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The workflowId of the workflow execution to signal.

", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The workflowId of the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param workflowId The workflowId of the workflow execution to signal.*/", "getterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@return The workflowId of the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@param workflowId The workflowId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@param workflowId The workflowId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The runId of the workflow execution to signal.

", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The runId of the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param runId The runId of the workflow execution to signal.*/", "getterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@return The runId of the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@param runId The runId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@param runId The runId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the signal. This name must be meaningful to the target workflow.

", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the signal. This name must be meaningful to the target workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.*/", "getterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@return The name of the signal. This name must be meaningful to the target workflow.*/", "fluentSetterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.*/", "getterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@return Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.*/", "fluentSetterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "signalWorkflowExecutionRequest", "variableType" : "SignalWorkflowExecutionRequest", "variableDeclarationType" : "SignalWorkflowExecutionRequest", "documentation" : null, "simpleType" : "SignalWorkflowExecutionRequest", "variableSetterType" : "SignalWorkflowExecutionRequest" }, "marshaller" : { "action" : "SignalWorkflowExecution", "verb" : "POST", "target" : "SimpleWorkflowService.SignalWorkflowExecution", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SignalName" : { "documentation" : "

The name of the signal. This name must be meaningful to the target workflow.

", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the signal. This name must be meaningful to the target workflow.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.*/", "getterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@return The name of the signal. This name must be meaningful to the target workflow.*/", "fluentSetterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the signal. This name must be meaningful to the target workflow.

\n@param signalName The name of the signal. This name must be meaningful to the target workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.*/", "getterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@return Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.*/", "fluentSetterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

\n@param input Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

The name of the domain containing the workflow execution to signal.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain containing the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param domain The name of the domain containing the workflow execution to signal.*/", "getterDocumentation" : "/**

The name of the domain containing the workflow execution to signal.

\n@return The name of the domain containing the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The name of the domain containing the workflow execution to signal.

\n@param domain The name of the domain containing the workflow execution to signal.\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 signal.

\n@param domain The name of the domain containing the workflow execution to signal.\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 signal.

", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The workflowId of the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param workflowId The workflowId of the workflow execution to signal.*/", "getterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@return The workflowId of the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@param workflowId The workflowId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The workflowId of the workflow execution to signal.

\n@param workflowId The workflowId of the workflow execution to signal.\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 signal.

", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The runId of the workflow execution to signal.

", "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, "uri" : false, "header" : 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 signal.

\n@param runId The runId of the workflow execution to signal.*/", "getterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@return The runId of the workflow execution to signal.*/", "fluentSetterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@param runId The runId of the workflow execution to signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The runId of the workflow execution to signal.

\n@param runId The runId of the workflow execution to signal.\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" : { } }, "DecisionTaskScheduledEventAttributes" : { "c2jName" : "DecisionTaskScheduledEventAttributes", "documentation" : "

Provides details about the DecisionTaskScheduled event.

", "shapeName" : "DecisionTaskScheduledEventAttributes", "deprecated" : false, "required" : [ "taskList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the task list in which the decision task was scheduled.

", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

The name of the task list in which the decision task was 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, "uri" : false, "header" : 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 in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.*/", "getterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@return The name of the task list in which the decision task was scheduled.*/", "fluentSetterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.\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 this decision task. 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 this decision task. 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, "uri" : false, "header" : 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "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, "uri" : false, "header" : 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 duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "decisionTaskScheduledEventAttributes", "variableType" : "DecisionTaskScheduledEventAttributes", "variableDeclarationType" : "DecisionTaskScheduledEventAttributes", "documentation" : null, "simpleType" : "DecisionTaskScheduledEventAttributes", "variableSetterType" : "DecisionTaskScheduledEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartToCloseTimeout" : { "documentation" : "

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "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, "uri" : false, "header" : 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 duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param startToCloseTimeout The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "

The name of the task list in which the decision task was scheduled.

", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

The name of the task list in which the decision task was 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, "uri" : false, "header" : 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 in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.*/", "getterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@return The name of the task list in which the decision task was scheduled.*/", "fluentSetterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the task list in which the decision task was scheduled.

\n@param taskList The name of the task list in which the decision task was scheduled.\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 this decision task. 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 this decision task. 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, "uri" : false, "header" : 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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 this decision task. 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.*/" } } }, "ExternalWorkflowExecutionSignaledEventAttributes" : { "c2jName" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : "

Provides details of the ExternalWorkflowExecutionSignaled event.

", "shapeName" : "ExternalWorkflowExecutionSignaledEventAttributes", "deprecated" : false, "required" : [ "workflowExecution", "initiatedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The external workflow execution that the signal was delivered to.

", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

The external workflow execution that the signal was delivered to.

", "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, "uri" : false, "header" : 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 that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.*/", "getterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@return The external workflow execution that the signal was delivered to.*/", "fluentSetterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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, "uri" : false, "header" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "externalWorkflowExecutionSignaledEventAttributes", "variableType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : null, "simpleType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionSignaledEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "WorkflowExecution" : { "documentation" : "

The external workflow execution that the signal was delivered to.

", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

The external workflow execution that the signal was delivered to.

", "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, "uri" : false, "header" : 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 that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.*/", "getterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@return The external workflow execution that the signal was delivered to.*/", "fluentSetterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The external workflow execution that the signal was delivered to.

\n@param workflowExecution The external workflow execution that the signal was delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CancelTimerFailedEventAttributes" : { "c2jName" : "CancelTimerFailedEventAttributes", "documentation" : "

Provides details of the CancelTimerFailed event.

", "shapeName" : "CancelTimerFailedEventAttributes", "deprecated" : false, "required" : [ "timerId", "cause", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The timerId provided in the CancelTimer decision that failed.

", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The timerId provided in the CancelTimer decision that failed.

", "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, "uri" : false, "header" : 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 timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer decision that failed.*/", "getterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@return The timerId provided in the CancelTimer decision that failed.*/", "fluentSetterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer 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" : "CancelTimerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CancelTimerFailedCause", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/" }, { "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, "uri" : false, "header" : 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" : "cancelTimerFailedEventAttributes", "variableType" : "CancelTimerFailedEventAttributes", "variableDeclarationType" : "CancelTimerFailedEventAttributes", "documentation" : null, "simpleType" : "CancelTimerFailedEventAttributes", "variableSetterType" : "CancelTimerFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimerId" : { "documentation" : "

The timerId provided in the CancelTimer decision that failed.

", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The timerId provided in the CancelTimer decision that failed.

", "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, "uri" : false, "header" : 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 timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer decision that failed.*/", "getterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@return The timerId provided in the CancelTimer decision that failed.*/", "fluentSetterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The timerId provided in the CancelTimer decision that failed.

\n@param timerId The timerId provided in the CancelTimer 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 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, "uri" : false, "header" : 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.*/" }, "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" : "CancelTimerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CancelTimerFailedCause", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/", "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 CancelTimerFailedCause*/" } } }, "DecisionTaskTimeoutType" : { "c2jName" : "DecisionTaskTimeoutType", "documentation" : "", "shapeName" : "DecisionTaskTimeoutType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "START_TO_CLOSE", "value" : "START_TO_CLOSE" } ], "variable" : { "variableName" : "decisionTaskTimeoutType", "variableType" : "DecisionTaskTimeoutType", "variableDeclarationType" : "DecisionTaskTimeoutType", "documentation" : null, "simpleType" : "DecisionTaskTimeoutType", "variableSetterType" : "DecisionTaskTimeoutType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListClosedWorkflowExecutionsRequest" : { "c2jName" : "ListClosedWorkflowExecutionsInput", "documentation" : "", "shapeName" : "ListClosedWorkflowExecutionsRequest", "deprecated" : false, "required" : [ "domain" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the domain that contains the workflow executions to list.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain that contains the workflow executions to 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, "uri" : false, "header" : 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 workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to list.*/", "getterDocumentation" : "/**

The name of the domain that contains the workflow executions to list.

\n@return The name of the domain that contains the workflow executions to list.*/", "fluentSetterDocumentation" : "/**

The name of the domain that contains the workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to 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 workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "CloseTimeFilter", "c2jName" : "closeTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeTimeFilter", "marshallLocationName" : "closeTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "CloseStatusFilter", "c2jName" : "closeStatusFilter", "c2jShape" : "CloseStatusFilter", "variable" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "setterModel" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "getterModel" : { "returnType" : "CloseStatusFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeStatusFilter", "marshallLocationName" : "closeStatusFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.*/", "getterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@return When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.*/", "fluentSetterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listClosedWorkflowExecutionsRequest", "variableType" : "ListClosedWorkflowExecutionsRequest", "variableDeclarationType" : "ListClosedWorkflowExecutionsRequest", "documentation" : null, "simpleType" : "ListClosedWorkflowExecutionsRequest", "variableSetterType" : "ListClosedWorkflowExecutionsRequest" }, "marshaller" : { "action" : "ListClosedWorkflowExecutions", "verb" : "POST", "target" : "SimpleWorkflowService.ListClosedWorkflowExecutions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "TagFilter" : { "documentation" : "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloseTimeFilter" : { "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "CloseTimeFilter", "c2jName" : "closeTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeTimeFilter", "marshallLocationName" : "closeTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionFilter" : { "documentation" : "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloseStatusFilter" : { "documentation" : "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "CloseStatusFilter", "c2jName" : "closeStatusFilter", "c2jShape" : "CloseStatusFilter", "variable" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "setterModel" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "getterModel" : { "returnType" : "CloseStatusFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeStatusFilter", "marshallLocationName" : "closeStatusFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\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 workflow executions to list.

", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain that contains the workflow executions to 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, "uri" : false, "header" : 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 workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to list.*/", "getterDocumentation" : "/**

The name of the domain that contains the workflow executions to list.

\n@return The name of the domain that contains the workflow executions to list.*/", "fluentSetterDocumentation" : "/**

The name of the domain that contains the workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to 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 workflow executions to list.

\n@param domain The name of the domain that contains the workflow executions to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.*/", "getterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@return When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.*/", "fluentSetterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.

\n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start or the close time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

\n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TypeFilter" : { "documentation" : "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimeFilter" : { "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.

startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "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" : { } }, "TagFilter" : { "c2jName" : "TagFilter", "documentation" : "

Used to filter the workflow executions in visibility APIs based on a tag.

", "shapeName" : "TagFilter", "deprecated" : false, "required" : [ "tag" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", "name" : "Tag", "c2jName" : "tag", "c2jShape" : "Tag", "variable" : { "variableName" : "tag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "tag", "marshallLocationName" : "tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.*/", "getterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@return Required.*/", "fluentSetterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : null, "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tag" : { "documentation" : "

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", "name" : "Tag", "c2jName" : "tag", "c2jShape" : "Tag", "variable" : { "variableName" : "tag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "tag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "tag", "marshallLocationName" : "tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.*/", "getterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@return Required.*/", "fluentSetterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.

\n@param tag Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeprecateDomainRequest" : { "c2jName" : "DeprecateDomainInput", "documentation" : "", "shapeName" : "DeprecateDomainRequest", "deprecated" : false, "required" : [ "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the domain to deprecate.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain to deprecate.

", "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, "uri" : false, "header" : 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 to deprecate.

\n@param name The name of the domain to deprecate.*/", "getterDocumentation" : "/**

The name of the domain to deprecate.

\n@return The name of the domain to deprecate.*/", "fluentSetterDocumentation" : "/**

The name of the domain to deprecate.

\n@param name The name of the domain to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain to deprecate.

\n@param name The name of the domain to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deprecateDomainRequest", "variableType" : "DeprecateDomainRequest", "variableDeclarationType" : "DeprecateDomainRequest", "documentation" : null, "simpleType" : "DeprecateDomainRequest", "variableSetterType" : "DeprecateDomainRequest" }, "marshaller" : { "action" : "DeprecateDomain", "verb" : "POST", "target" : "SimpleWorkflowService.DeprecateDomain", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the domain to deprecate.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the domain to deprecate.

", "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, "uri" : false, "header" : 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 to deprecate.

\n@param name The name of the domain to deprecate.*/", "getterDocumentation" : "/**

The name of the domain to deprecate.

\n@return The name of the domain to deprecate.*/", "fluentSetterDocumentation" : "/**

The name of the domain to deprecate.

\n@param name The name of the domain to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the domain to deprecate.

\n@param name The name of the domain to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededFault", "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.

", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartChildWorkflowExecutionInitiatedEventAttributes" : { "c2jName" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : "

Provides details of the StartChildWorkflowExecutionInitiated event.

", "shapeName" : "StartChildWorkflowExecutionInitiatedEventAttributes", "deprecated" : false, "required" : [ "workflowId", "workflowType", "taskList", "decisionTaskCompletedEventId", "childPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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, "uri" : false, "header" : 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 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, "uri" : false, "header" : 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" : "

Optional. Data attached to the event that can be used by the decider in subsequent decision 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 decision 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, "uri" : false, "header" : 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 decision 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 decision 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 decision 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 decision 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 inputs provided to the child workflow execution (if any).

", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The inputs provided to the child workflow execution (if any).

", "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, "uri" : false, "header" : 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 inputs provided to the child workflow execution (if any).

\n@param input The inputs provided to the child workflow execution (if any).*/", "getterDocumentation" : "/**

The inputs provided to the child workflow execution (if any).

\n@return The inputs provided to the child workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

The inputs provided to the child workflow execution (if any).

\n@param input The inputs provided to the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The inputs provided to the child workflow execution (if any).

\n@param input The inputs provided to the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

", "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, "uri" : false, "header" : 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 duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@return The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

\n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the task list used for the decision tasks of the child workflow execution.

", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

The name of the task list used for the decision tasks of the child workflow execution.

", "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, "uri" : false, "header" : 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 used for the decision tasks of the child workflow execution.

\n@param taskList The name of the task list used for the decision tasks of the child workflow execution.*/", "getterDocumentation" : "/**

The name of the task list used for the decision tasks of the child workflow execution.

\n@return The name of the task list used for the decision tasks of the child workflow execution.*/", "fluentSetterDocumentation" : "/**

The name of the task list used for the decision tasks of the child workflow execution.

\n@param taskList The name of the task list used for the decision tasks of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the task list used for the decision tasks of the child workflow execution.

\n@param taskList The name of the task list used for the decision tasks of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional. The priority assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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, "uri" : false, "header" : 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 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, "uri" : false, "header" : 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" : "

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

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, "uri" : false, "header" : 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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

    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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

    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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

      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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

      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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

        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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

        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 maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "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, "uri" : false, "header" : 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 duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@return The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The list of tags to associated with the child workflow execution.

          ", "name" : "TagList", "c2jName" : "tagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

          The list of tags to associated with the child workflow execution.

          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@param tagList The list of tags to associated with the child workflow execution.*/", "getterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@return The list of tags to associated with the child workflow execution.*/", "fluentSetterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@param tagList The list of tags to associated with the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n

          NOTE: 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 associated with the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startChildWorkflowExecutionInitiatedEventAttributes", "variableType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : null, "simpleType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionInitiatedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

          The list of tags to associated with the child workflow execution.

          ", "name" : "TagList", "c2jName" : "tagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

          The list of tags to associated with the child workflow execution.

          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@param tagList The list of tags to associated with the child workflow execution.*/", "getterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@return The list of tags to associated with the child workflow execution.*/", "fluentSetterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n@param tagList The list of tags to associated with the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The list of tags to associated with the child workflow execution.

          \n

          NOTE: 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 associated with the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

          The inputs provided to the child workflow execution (if any).

          ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The inputs provided to the child workflow execution (if any).

          ", "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, "uri" : false, "header" : 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 inputs provided to the child workflow execution (if any).

          \n@param input The inputs provided to the child workflow execution (if any).*/", "getterDocumentation" : "/**

          The inputs provided to the child workflow execution (if any).

          \n@return The inputs provided to the child workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

          The inputs provided to the child workflow execution (if any).

          \n@param input The inputs provided to the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The inputs provided to the child workflow execution (if any).

          \n@param input The inputs provided to the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "

          The name of the task list used for the decision tasks of the child workflow execution.

          ", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

          The name of the task list used for the decision tasks of the child workflow execution.

          ", "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, "uri" : false, "header" : 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 used for the decision tasks of the child workflow execution.

          \n@param taskList The name of the task list used for the decision tasks of the child workflow execution.*/", "getterDocumentation" : "/**

          The name of the task list used for the decision tasks of the child workflow execution.

          \n@return The name of the task list used for the decision tasks of the child workflow execution.*/", "fluentSetterDocumentation" : "/**

          The name of the task list used for the decision tasks of the child workflow execution.

          \n@param taskList The name of the task list used for the decision tasks of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The name of the task list used for the decision tasks of the child workflow execution.

          \n@param taskList The name of the task list used for the decision tasks of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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, "uri" : false, "header" : 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.*/" }, "LambdaRole" : { "documentation" : "

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskStartToCloseTimeout" : { "documentation" : "

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "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, "uri" : false, "header" : 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 duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@return The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param taskStartToCloseTimeout The maximum duration allowed for the decision tasks for this workflow execution.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\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, "uri" : false, "header" : 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.*/" }, "TaskPriority" : { "documentation" : "

          Optional. The priority assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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, "uri" : false, "header" : 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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 assigned for the decision tasks for this workflow execution. 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.*/" }, "ExecutionStartToCloseTimeout" : { "documentation" : "

          The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          ", "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, "uri" : false, "header" : 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 duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

          The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@return The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

          The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

          \n@param executionStartToCloseTimeout The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out and force terminated.

          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\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, "uri" : false, "header" : 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.*/" }, "ChildPolicy" : { "documentation" : "

          The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

          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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

          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, "uri" : false, "header" : 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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

          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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

          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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

            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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

            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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

              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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

              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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

                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 to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

                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*/" }, "Control" : { "documentation" : "

                  Optional. Data attached to the event that can be used by the decider in subsequent decision 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 decision 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, "uri" : false, "header" : 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 decision 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 decision 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 decision 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 decision 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.*/" } } }, "RegisterWorkflowTypeRequest" : { "c2jName" : "RegisterWorkflowTypeInput", "documentation" : "", "shapeName" : "RegisterWorkflowTypeRequest", "deprecated" : false, "required" : [ "domain", "name", "version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of the domain in which to register the workflow type.

                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the domain in which to register the workflow type.

                  ", "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, "uri" : false, "header" : 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 in which to register the workflow type.

                  \n@param domain The name of the domain in which to register the workflow type.*/", "getterDocumentation" : "/**

                  The name of the domain in which to register the workflow type.

                  \n@return The name of the domain in which to register the workflow type.*/", "fluentSetterDocumentation" : "/**

                  The name of the domain in which to register the workflow type.

                  \n@param domain The name of the domain in which to register the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of the domain in which to register the workflow type.

                  \n@param domain The name of the domain in which to register the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The name of the workflow type.

                  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" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the workflow type.

                  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" : "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, "uri" : false, "header" : 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 workflow type.

                  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 name The name of the workflow type.

                  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 workflow type.

                  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 workflow type.

                  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 workflow type.

                  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 name The name of the workflow type.

                  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 workflow type.

                  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 name The name of the workflow type.

                  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" : "

                  The version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version The version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version The version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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 version The version of the workflow type.

                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                  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" : "

                  Textual description of the workflow type.

                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Textual description of the workflow type.

                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Textual description of the workflow type.

                  \n@param description Textual description of the workflow type.*/", "getterDocumentation" : "/**

                  Textual description of the workflow type.

                  \n@return Textual description of the workflow type.*/", "fluentSetterDocumentation" : "/**

                  Textual description of the workflow type.

                  \n@param description Textual description of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Textual description of the workflow type.

                  \n@param description Textual description of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  \n@return If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  ", "name" : "DefaultExecutionStartToCloseTimeout", "c2jName" : "defaultExecutionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultExecutionStartToCloseTimeout", "marshallLocationName" : "defaultExecutionStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.*/", "getterDocumentation" : "/**

                  If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  \n@return If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.*/", "fluentSetterDocumentation" : "/**

                  If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                  \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                  If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.*/", "getterDocumentation" : "/**

                  If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  \n@return If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.*/", "fluentSetterDocumentation" : "/**

                  If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                  \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                  The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                  The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                  The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "

                  If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  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" : "DefaultChildPolicy", "c2jName" : "defaultChildPolicy", "c2jShape" : "ChildPolicy", "variable" : { "variableName" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  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" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultChildPolicy", "marshallLocationName" : "defaultChildPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                  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" : "/**

                    If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                    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 If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                    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" : "/**

                      If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                      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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                      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" : "/**

                        If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                        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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                        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 ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          ", "name" : "DefaultLambdaRole", "c2jName" : "defaultLambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultLambdaRole", "marshallLocationName" : "defaultLambdaRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.*/", "getterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@return The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.*/", "fluentSetterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerWorkflowTypeRequest", "variableType" : "RegisterWorkflowTypeRequest", "variableDeclarationType" : "RegisterWorkflowTypeRequest", "documentation" : null, "simpleType" : "RegisterWorkflowTypeRequest", "variableSetterType" : "RegisterWorkflowTypeRequest" }, "marshaller" : { "action" : "RegisterWorkflowType", "verb" : "POST", "target" : "SimpleWorkflowService.RegisterWorkflowType", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                          The name of the workflow type.

                          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" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the workflow type.

                          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" : "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, "uri" : false, "header" : 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 workflow type.

                          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 name The name of the workflow type.

                          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 workflow type.

                          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 workflow type.

                          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 workflow type.

                          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 name The name of the workflow type.

                          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 workflow type.

                          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 name The name of the workflow type.

                          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.*/" }, "DefaultTaskList" : { "documentation" : "

                          If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                          If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.*/", "getterDocumentation" : "/**

                          If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          \n@return If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.*/", "fluentSetterDocumentation" : "/**

                          If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          \n@param defaultTaskList If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type. This default is used only if a task list is not provided when starting the execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                          Textual description of the workflow type.

                          ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Textual description of the workflow type.

                          ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          Textual description of the workflow type.

                          \n@param description Textual description of the workflow type.*/", "getterDocumentation" : "/**

                          Textual description of the workflow type.

                          \n@return Textual description of the workflow type.*/", "fluentSetterDocumentation" : "/**

                          Textual description of the workflow type.

                          \n@param description Textual description of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Textual description of the workflow type.

                          \n@param description Textual description of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskPriority" : { "documentation" : "

                          The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                          The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                          The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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" : "/**

                          The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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 defaultTaskPriority The default task priority to assign to the workflow type. If not assigned, then \"0\" will be used. 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.*/" }, "Domain" : { "documentation" : "

                          The name of the domain in which to register the workflow type.

                          ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the domain in which to register the workflow type.

                          ", "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, "uri" : false, "header" : 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 in which to register the workflow type.

                          \n@param domain The name of the domain in which to register the workflow type.*/", "getterDocumentation" : "/**

                          The name of the domain in which to register the workflow type.

                          \n@return The name of the domain in which to register the workflow type.*/", "fluentSetterDocumentation" : "/**

                          The name of the domain in which to register the workflow type.

                          \n@param domain The name of the domain in which to register the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of the domain in which to register the workflow type.

                          \n@param domain The name of the domain in which to register the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultExecutionStartToCloseTimeout" : { "documentation" : "

                          If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          ", "name" : "DefaultExecutionStartToCloseTimeout", "c2jName" : "defaultExecutionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultExecutionStartToCloseTimeout", "marshallLocationName" : "defaultExecutionStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.*/", "getterDocumentation" : "/**

                          If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          \n@return If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.*/", "fluentSetterDocumentation" : "/**

                          If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.

                          \n@param defaultExecutionStartToCloseTimeout If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution action or StartChildWorkflowExecution decision.

                          The duration is specified in seconds; an integer greater than or equal to 0. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for defaultExecutionStartToCloseTimeout; there is a one-year max limit on the time that a workflow execution can run. Exceeding this limit will always cause the workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultLambdaRole" : { "documentation" : "

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          ", "name" : "DefaultLambdaRole", "c2jName" : "defaultLambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultLambdaRole", "marshallLocationName" : "defaultLambdaRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.*/", "getterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@return The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.*/", "fluentSetterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.

                          \n@param defaultLambdaRole The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.

                          This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution and ContinueAsNewWorkflowExecution decision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultChildPolicy" : { "documentation" : "

                          If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                          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" : "DefaultChildPolicy", "c2jName" : "defaultChildPolicy", "c2jShape" : "ChildPolicy", "variable" : { "variableName" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                          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" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultChildPolicy", "marshallLocationName" : "defaultChildPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                          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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                          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" : "/**

                            If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                            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 If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                            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" : "/**

                              If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                              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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                              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" : "/**

                                If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                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 defaultChildPolicy If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                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*/" }, "Version" : { "documentation" : "

                                  The version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version The version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version The version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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 version The version of the workflow type.

                                  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.

                                  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.*/" }, "DefaultTaskStartToCloseTimeout" : { "documentation" : "

                                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  \n@return If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                  \n@param defaultTaskStartToCloseTimeout If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "RegistrationStatus" : { "c2jName" : "RegistrationStatus", "documentation" : "", "shapeName" : "RegistrationStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "REGISTERED", "value" : "REGISTERED" }, { "name" : "DEPRECATED", "value" : "DEPRECATED" } ], "variable" : { "variableName" : "registrationStatus", "variableType" : "RegistrationStatus", "variableDeclarationType" : "RegistrationStatus", "documentation" : null, "simpleType" : "RegistrationStatus", "variableSetterType" : "RegistrationStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "FailWorkflowExecutionFailedCause" : { "c2jName" : "FailWorkflowExecutionFailedCause", "documentation" : "", "shapeName" : "FailWorkflowExecutionFailedCause", "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" : "failWorkflowExecutionFailedCause", "variableType" : "FailWorkflowExecutionFailedCause", "variableDeclarationType" : "FailWorkflowExecutionFailedCause", "documentation" : null, "simpleType" : "FailWorkflowExecutionFailedCause", "variableSetterType" : "FailWorkflowExecutionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartTimerFailedEventAttributes" : { "c2jName" : "StartTimerFailedEventAttributes", "documentation" : "

                                  Provides details of the StartTimerFailed event.

                                  ", "shapeName" : "StartTimerFailedEventAttributes", "deprecated" : false, "required" : [ "timerId", "cause", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The timerId provided in the StartTimer decision that failed.

                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The timerId provided in the StartTimer decision that failed.

                                  ", "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, "uri" : false, "header" : 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 timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer decision that failed.*/", "getterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@return The timerId provided in the StartTimer decision that failed.*/", "fluentSetterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer 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" : "StartTimerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StartTimerFailedCause", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/" }, { "documentation" : "

                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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, "uri" : false, "header" : 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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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" : "startTimerFailedEventAttributes", "variableType" : "StartTimerFailedEventAttributes", "variableDeclarationType" : "StartTimerFailedEventAttributes", "documentation" : null, "simpleType" : "StartTimerFailedEventAttributes", "variableSetterType" : "StartTimerFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimerId" : { "documentation" : "

                                  The timerId provided in the StartTimer decision that failed.

                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The timerId provided in the StartTimer decision that failed.

                                  ", "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, "uri" : false, "header" : 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 timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer decision that failed.*/", "getterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@return The timerId provided in the StartTimer decision that failed.*/", "fluentSetterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The timerId provided in the StartTimer decision that failed.

                                  \n@param timerId The timerId provided in the StartTimer 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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, "uri" : false, "header" : 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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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.*/" }, "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" : "StartTimerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StartTimerFailedCause", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/", "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 StartTimerFailedCause*/" } } }, "RequestCancelExternalWorkflowExecutionDecisionAttributes" : { "c2jName" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                  Provides details of the RequestCancelExternalWorkflowExecution 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" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : [ "workflowId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Required. The workflowId of the external workflow execution to cancel.

                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Required. The workflowId of the external 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, "uri" : false, "header" : 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 external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId*/", "getterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@return Required. The workflowId*/", "fluentSetterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The runId of the external workflow execution to cancel.

                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The runId of the external 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, "uri" : false, "header" : 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 to cancel.

                                  \n@param runId The runId of the external workflow execution to cancel.*/", "getterDocumentation" : "/**

                                  The runId of the external workflow execution to cancel.

                                  \n@return The runId of the external workflow execution to cancel.*/", "fluentSetterDocumentation" : "/**

                                  The runId of the external workflow execution to cancel.

                                  \n@param runId The runId of the external 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 external workflow execution to cancel.

                                  \n@param runId The runId of the external workflow execution to cancel.\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, "uri" : false, "header" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowId" : { "documentation" : "

                                  Required. The workflowId of the external workflow execution to cancel.

                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Required. The workflowId of the external 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, "uri" : false, "header" : 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 external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId*/", "getterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@return Required. The workflowId*/", "fluentSetterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Required. The workflowId of the external workflow execution to cancel.

                                  \n@param workflowId Required. The workflowId\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 to cancel.

                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The runId of the external 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, "uri" : false, "header" : 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 to cancel.

                                  \n@param runId The runId of the external workflow execution to cancel.*/", "getterDocumentation" : "/**

                                  The runId of the external workflow execution to cancel.

                                  \n@return The runId of the external workflow execution to cancel.*/", "fluentSetterDocumentation" : "/**

                                  The runId of the external workflow execution to cancel.

                                  \n@param runId The runId of the external 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 external workflow execution to cancel.

                                  \n@param runId The runId of the external workflow execution to cancel.\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.

                                  ", "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, "uri" : false, "header" : 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.*/" } } }, "CancelWorkflowExecutionFailedEventAttributes" : { "c2jName" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : "

                                  Provides details of the CancelWorkflowExecutionFailed event.

                                  ", "shapeName" : "CancelWorkflowExecutionFailedEventAttributes", "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" : "CancelWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CancelWorkflowExecutionFailedCause", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/" }, { "documentation" : "

                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution 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 CancelWorkflowExecution 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, "uri" : false, "header" : 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelWorkflowExecutionFailedEventAttributes", "variableType" : "CancelWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : null, "simpleType" : "CancelWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes" }, "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 CancelWorkflowExecution 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 CancelWorkflowExecution 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, "uri" : false, "header" : 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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.*/" }, "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" : "CancelWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CancelWorkflowExecutionFailedCause", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/", "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 CancelWorkflowExecutionFailedCause*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "LambdaFunctionStartedEventAttributes" : { "c2jName" : "LambdaFunctionStartedEventAttributes", "documentation" : "

                                  Provides details for the LambdaFunctionStarted event.

                                  ", "shapeName" : "LambdaFunctionStartedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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" : "lambdaFunctionStartedEventAttributes", "variableType" : "LambdaFunctionStartedEventAttributes", "variableDeclarationType" : "LambdaFunctionStartedEventAttributes", "documentation" : null, "simpleType" : "LambdaFunctionStartedEventAttributes", "variableSetterType" : "LambdaFunctionStartedEventAttributes" }, "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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" } } }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedFault", "documentation" : "

                                  Returned when the caller does not have sufficient permissions to invoke the action.

                                  ", "shapeName" : "OperationNotPermittedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "variableDeclarationType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "OperationNotPermittedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloseStatusFilter" : { "c2jName" : "CloseStatusFilter", "documentation" : "

                                  Used to filter the closed workflow executions in visibility APIs by their close status.

                                  ", "shapeName" : "CloseStatusFilter", "deprecated" : false, "required" : [ "status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "CloseStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CloseStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@see CloseStatus*/", "getterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@return Required.\n@see CloseStatus*/", "fluentSetterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/", "varargSetterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/" } ], "enums" : null, "variable" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : null, "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "CloseStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CloseStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@see CloseStatus*/", "getterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@return Required.\n@see CloseStatus*/", "fluentSetterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/", "varargSetterDocumentation" : "/**

                                  Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.

                                  \n@param status Required.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/" } } }, "ActivityTypeDetail" : { "c2jName" : "ActivityTypeDetail", "documentation" : "

                                  Detailed information about an activity type.

                                  ", "shapeName" : "ActivityTypeDetail", "deprecated" : false, "required" : [ "typeInfo", "configuration" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  General information about the activity type.

                                  The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                  ", "name" : "TypeInfo", "c2jName" : "typeInfo", "c2jShape" : "ActivityTypeInfo", "variable" : { "variableName" : "typeInfo", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "

                                  General information about the activity type.

                                  The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                  ", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "setterModel" : { "variableName" : "typeInfo", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "getterModel" : { "returnType" : "ActivityTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfo", "marshallLocationName" : "typeInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 activity type.

                                  The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                  \n@param typeInfo General information about the activity type.

                                  The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                  • */", "getterDocumentation" : "/**

                                    General information about the activity type.

                                    The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                    \n@return General information about the activity type.

                                    The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                    • */", "fluentSetterDocumentation" : "/**

                                      General information about the activity type.

                                      The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                      \n@param typeInfo General information about the activity type.

                                      The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        General information about the activity type.

                                        The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                        \n@param typeInfo General information about the activity type.

                                        The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The configuration settings registered with the activity type.

                                          ", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "ActivityTypeConfiguration", "variable" : { "variableName" : "configuration", "variableType" : "ActivityTypeConfiguration", "variableDeclarationType" : "ActivityTypeConfiguration", "documentation" : "

                                          The configuration settings registered with the activity type.

                                          ", "simpleType" : "ActivityTypeConfiguration", "variableSetterType" : "ActivityTypeConfiguration" }, "setterModel" : { "variableName" : "configuration", "variableType" : "ActivityTypeConfiguration", "variableDeclarationType" : "ActivityTypeConfiguration", "documentation" : "", "simpleType" : "ActivityTypeConfiguration", "variableSetterType" : "ActivityTypeConfiguration" }, "getterModel" : { "returnType" : "ActivityTypeConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration settings registered with the activity type.

                                          \n@param configuration The configuration settings registered with the activity type.*/", "getterDocumentation" : "/**

                                          The configuration settings registered with the activity type.

                                          \n@return The configuration settings registered with the activity type.*/", "fluentSetterDocumentation" : "/**

                                          The configuration settings registered with the activity type.

                                          \n@param configuration The configuration settings registered with the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The configuration settings registered with the activity type.

                                          \n@param configuration The configuration settings registered with the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTypeDetail", "variableType" : "ActivityTypeDetail", "variableDeclarationType" : "ActivityTypeDetail", "documentation" : null, "simpleType" : "ActivityTypeDetail", "variableSetterType" : "ActivityTypeDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TypeInfo" : { "documentation" : "

                                          General information about the activity type.

                                          The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                          ", "name" : "TypeInfo", "c2jName" : "typeInfo", "c2jShape" : "ActivityTypeInfo", "variable" : { "variableName" : "typeInfo", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "

                                          General information about the activity type.

                                          The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                          ", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "setterModel" : { "variableName" : "typeInfo", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "getterModel" : { "returnType" : "ActivityTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfo", "marshallLocationName" : "typeInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 activity type.

                                          The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                          \n@param typeInfo General information about the activity type.

                                          The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                          • */", "getterDocumentation" : "/**

                                            General information about the activity type.

                                            The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                            \n@return General information about the activity type.

                                            The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                            • */", "fluentSetterDocumentation" : "/**

                                              General information about the activity type.

                                              The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                              \n@param typeInfo General information about the activity type.

                                              The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                General information about the activity type.

                                                The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                                \n@param typeInfo General information about the activity type.

                                                The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Configuration" : { "documentation" : "

                                                  The configuration settings registered with the activity type.

                                                  ", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "ActivityTypeConfiguration", "variable" : { "variableName" : "configuration", "variableType" : "ActivityTypeConfiguration", "variableDeclarationType" : "ActivityTypeConfiguration", "documentation" : "

                                                  The configuration settings registered with the activity type.

                                                  ", "simpleType" : "ActivityTypeConfiguration", "variableSetterType" : "ActivityTypeConfiguration" }, "setterModel" : { "variableName" : "configuration", "variableType" : "ActivityTypeConfiguration", "variableDeclarationType" : "ActivityTypeConfiguration", "documentation" : "", "simpleType" : "ActivityTypeConfiguration", "variableSetterType" : "ActivityTypeConfiguration" }, "getterModel" : { "returnType" : "ActivityTypeConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration settings registered with the activity type.

                                                  \n@param configuration The configuration settings registered with the activity type.*/", "getterDocumentation" : "/**

                                                  The configuration settings registered with the activity type.

                                                  \n@return The configuration settings registered with the activity type.*/", "fluentSetterDocumentation" : "/**

                                                  The configuration settings registered with the activity type.

                                                  \n@param configuration The configuration settings registered with the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The configuration settings registered with the activity type.

                                                  \n@param configuration The configuration settings registered with the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScheduleActivityTaskDecisionAttributes" : { "c2jName" : "ScheduleActivityTaskDecisionAttributes", "documentation" : "

                                                  Provides details of the ScheduleActivityTask 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.
                                                    • activityType.name: String constraint. The key is swf:activityType.name.
                                                    • activityType.version: String constraint. The key is swf:activityType.version.
                                                    • taskList: String constraint. The key is swf:taskList.name.

                                                  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" : "ScheduleActivityTaskDecisionAttributes", "deprecated" : false, "required" : [ "activityType", "activityId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Required. The type of the activity task to schedule.

                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                  Required. The type of the activity task to schedule.

                                                  ", "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, "uri" : false, "header" : 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 activity task to schedule.

                                                  \n@param activityType Required.*/", "getterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@param activityType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@param activityType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Required. The activityId of the activity task.

                                                  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" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Required. The activityId of the activity task.

                                                  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" : "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, "uri" : false, "header" : 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 activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "getterDocumentation" : "/**

                                                  Required. The activityId of the activity task.

                                                  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 activityId of the activity task.

                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "fluentSetterDocumentation" : "/**

                                                  Required. The activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  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 activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  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 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, "uri" : false, "header" : 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 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, "uri" : false, "header" : 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" : "

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.", "name" : "ScheduleToCloseTimeout", "c2jName" : "scheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "scheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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 duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@return The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-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 maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-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" : "

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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, "uri" : false, "header" : 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 set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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, "uri" : false, "header" : 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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" : "

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.", "name" : "ScheduleToStartTimeout", "c2jName" : "scheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "scheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional.
                                                  If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  */", "getterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@return Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  */", "fluentSetterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional.
                                                  If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@return If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default 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" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default 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" : "

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  ", "name" : "HeartbeatTimeout", "c2jName" : "heartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  ", "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, "uri" : false, "header" : 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, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@return If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scheduleActivityTaskDecisionAttributes", "variableType" : "ScheduleActivityTaskDecisionAttributes", "variableDeclarationType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : null, "simpleType" : "ScheduleActivityTaskDecisionAttributes", "variableSetterType" : "ScheduleActivityTaskDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartToCloseTimeout" : { "documentation" : "

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@return If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default 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" : "/**

                                                  If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault will be returned.\n@param startToCloseTimeout If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.

                                                  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 start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default 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.*/" }, "ScheduleToStartTimeout" : { "documentation" : "

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.", "name" : "ScheduleToStartTimeout", "c2jName" : "scheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "scheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  */", "getterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@return Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  */", "fluentSetterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  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 schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault will be returned.\n@param scheduleToStartTimeout Optional. If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \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, "uri" : false, "header" : 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.*/" }, "ActivityId" : { "documentation" : "

                                                  Required. The activityId of the activity task.

                                                  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" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Required. The activityId of the activity task.

                                                  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" : "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, "uri" : false, "header" : 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 activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "getterDocumentation" : "/**

                                                  Required. The activityId of the activity task.

                                                  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 activityId of the activity task.

                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "fluentSetterDocumentation" : "/**

                                                  Required. The activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  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 activityId of the activity task.

                                                  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 activityId Required. The activityId of the activity task.

                                                  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.*/" }, "TaskList" : { "documentation" : "

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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, "uri" : false, "header" : 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 set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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" : "/**

                                                  If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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 If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type will be used.

                                                  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field 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.*/" }, "ScheduleToCloseTimeout" : { "documentation" : "

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.", "name" : "ScheduleToCloseTimeout", "c2jName" : "scheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "scheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.", "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, "uri" : false, "header" : 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 duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@return The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                  The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-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 maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault will be returned.\n@param scheduleToCloseTimeout The maximum duration for this activity task.

                                                  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 schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-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.*/" }, "ActivityType" : { "documentation" : "

                                                  Required. The type of the activity task to schedule.

                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                  Required. The type of the activity task to schedule.

                                                  ", "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, "uri" : false, "header" : 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 activity task to schedule.

                                                  \n@param activityType Required.*/", "getterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@param activityType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Required. The type of the activity task to schedule.

                                                  \n@param activityType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HeartbeatTimeout" : { "documentation" : "

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  ", "name" : "HeartbeatTimeout", "c2jName" : "heartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "heartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  ", "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, "uri" : false, "header" : 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, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@return If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                  \n@param heartbeatTimeout If set, specifies the maximum time before which a worker processing a task of this type 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 returns a result, it will be ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.

                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskPriority" : { "documentation" : "

                                                  Optional. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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, "uri" : false, "header" : 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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. If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.
                                                  If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type using RegisterActivityType. 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "SignalExternalWorkflowExecutionInitiatedEventAttributes" : { "c2jName" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  Provides details of the SignalExternalWorkflowExecutionInitiated event.

                                                  ", "shapeName" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "deprecated" : false, "required" : [ "workflowId", "signalName", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The workflowId of the external workflow execution.

                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The workflowId of the external 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, "uri" : false, "header" : 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.

                                                  \n@param workflowId The workflowId of the external workflow execution.*/", "getterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@return The workflowId of the external workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@param workflowId The workflowId of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@param workflowId The workflowId of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The runId of the external workflow execution to send the signal to.

                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The runId of the external workflow execution to send the signal 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, "uri" : false, "header" : 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 to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal to.*/", "getterDocumentation" : "/**

                                                  The runId of the external workflow execution to send the signal to.

                                                  \n@return The runId of the external workflow execution to send the signal to.*/", "fluentSetterDocumentation" : "/**

                                                  The runId of the external workflow execution to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal 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 to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The name of the signal.

                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the signal.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal.

                                                  \n@param signalName The name of the signal.*/", "getterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@return The name of the signal.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@param signalName The name of the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@param signalName The name of the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Input provided to the signal (if any).

                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Input provided to the signal (if any).

                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).*/", "getterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@return Input provided to the signal (if any).*/", "fluentSetterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).\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, "uri" : false, "header" : 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" : "

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision 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 decision 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, "uri" : false, "header" : 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 decision tasks.

                                                  \n@param control Optional.*/", "getterDocumentation" : "/**

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision tasks.

                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision 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 decision tasks.

                                                  \n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null, "simpleType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SignalName" : { "documentation" : "

                                                  The name of the signal.

                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the signal.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal.

                                                  \n@param signalName The name of the signal.*/", "getterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@return The name of the signal.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@param signalName The name of the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the signal.

                                                  \n@param signalName The name of the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                  Input provided to the signal (if any).

                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Input provided to the signal (if any).

                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).*/", "getterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@return Input provided to the signal (if any).*/", "fluentSetterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Input provided to the signal (if any).

                                                  \n@param input Input provided to the signal (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowId" : { "documentation" : "

                                                  The workflowId of the external workflow execution.

                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The workflowId of the external 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, "uri" : false, "header" : 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.

                                                  \n@param workflowId The workflowId of the external workflow execution.*/", "getterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@return The workflowId of the external workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@param workflowId The workflowId of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The workflowId of the external workflow execution.

                                                  \n@param workflowId The workflowId of the external workflow execution.\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 to send the signal to.

                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The runId of the external workflow execution to send the signal 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, "uri" : false, "header" : 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 to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal to.*/", "getterDocumentation" : "/**

                                                  The runId of the external workflow execution to send the signal to.

                                                  \n@return The runId of the external workflow execution to send the signal to.*/", "fluentSetterDocumentation" : "/**

                                                  The runId of the external workflow execution to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal 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 to send the signal to.

                                                  \n@param runId The runId of the external workflow execution to send the signal 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, "uri" : false, "header" : 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.*/" }, "Control" : { "documentation" : "

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision 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 decision 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, "uri" : false, "header" : 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 decision tasks.

                                                  \n@param control Optional.*/", "getterDocumentation" : "/**

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision tasks.

                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                  Optional. data attached to the event that can be used by the decider in subsequent decision 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 decision tasks.

                                                  \n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "HistoryEvent" : { "c2jName" : "HistoryEvent", "documentation" : "

                                                  Event within a workflow execution. A history event can be one of these types:

                                                  • WorkflowExecutionStarted: The workflow execution was started.
                                                  • WorkflowExecutionCompleted: The workflow execution was closed due to successful completion.
                                                  • WorkflowExecutionFailed: The workflow execution closed due to a failure.
                                                  • WorkflowExecutionTimedOut: The workflow execution was closed because a time out was exceeded.
                                                  • WorkflowExecutionCanceled: The workflow execution was successfully canceled and closed.
                                                  • WorkflowExecutionTerminated: The workflow execution was terminated.
                                                  • WorkflowExecutionContinuedAsNew: The workflow execution was closed and a new execution of the same type was created with the same workflowId.
                                                  • WorkflowExecutionCancelRequested: A request to cancel this workflow execution was made.
                                                  • DecisionTaskScheduled: A decision task was scheduled for the workflow execution.
                                                  • DecisionTaskStarted: The decision task was dispatched to a decider.
                                                  • DecisionTaskCompleted: The decider successfully completed a decision task by calling RespondDecisionTaskCompleted.
                                                  • DecisionTaskTimedOut: The decision task timed out.
                                                  • ActivityTaskScheduled: An activity task was scheduled for execution.
                                                  • ScheduleActivityTaskFailed: Failed to process ScheduleActivityTask decision. This happens when the decision is not configured properly, for example the activity type specified is not registered.
                                                  • ActivityTaskStarted: The scheduled activity task was dispatched to a worker.
                                                  • ActivityTaskCompleted: An activity worker successfully completed an activity task by calling RespondActivityTaskCompleted.
                                                  • ActivityTaskFailed: An activity worker failed an activity task by calling RespondActivityTaskFailed.
                                                  • ActivityTaskTimedOut: The activity task timed out.
                                                  • ActivityTaskCanceled: The activity task was successfully canceled.
                                                  • ActivityTaskCancelRequested: A RequestCancelActivityTask decision was received by the system.
                                                  • RequestCancelActivityTaskFailed: Failed to process RequestCancelActivityTask decision. This happens when the decision is not configured properly.
                                                  • WorkflowExecutionSignaled: An external signal was received for the workflow execution.
                                                  • MarkerRecorded: A marker was recorded in the workflow history as the result of a RecordMarker decision.
                                                  • TimerStarted: A timer was started for the workflow execution due to a StartTimer decision.
                                                  • StartTimerFailed: Failed to process StartTimer decision. This happens when the decision is not configured properly, for example a timer already exists with the specified timer ID.
                                                  • TimerFired: A timer, previously started for this workflow execution, fired.
                                                  • TimerCanceled: A timer, previously started for this workflow execution, was successfully canceled.
                                                  • CancelTimerFailed: Failed to process CancelTimer decision. This happens when the decision is not configured properly, for example no timer exists with the specified timer ID.
                                                  • StartChildWorkflowExecutionInitiated: A request was made to start a child workflow execution.
                                                  • StartChildWorkflowExecutionFailed: Failed to process StartChildWorkflowExecution decision. This happens when the decision is not configured properly, for example the workflow type specified is not registered.
                                                  • ChildWorkflowExecutionStarted: A child workflow execution was successfully started.
                                                  • ChildWorkflowExecutionCompleted: A child workflow execution, started by this workflow execution, completed successfully and was closed.
                                                  • ChildWorkflowExecutionFailed: A child workflow execution, started by this workflow execution, failed to complete successfully and was closed.
                                                  • ChildWorkflowExecutionTimedOut: A child workflow execution, started by this workflow execution, timed out and was closed.
                                                  • ChildWorkflowExecutionCanceled: A child workflow execution, started by this workflow execution, was canceled and closed.
                                                  • ChildWorkflowExecutionTerminated: A child workflow execution, started by this workflow execution, was terminated.
                                                  • SignalExternalWorkflowExecutionInitiated: A request to signal an external workflow was made.
                                                  • ExternalWorkflowExecutionSignaled: A signal, requested by this workflow execution, was successfully delivered to the target external workflow execution.
                                                  • SignalExternalWorkflowExecutionFailed: The request to signal an external workflow execution failed.
                                                  • RequestCancelExternalWorkflowExecutionInitiated: A request was made to request the cancellation of an external workflow execution.
                                                  • ExternalWorkflowExecutionCancelRequested: Request to cancel an external workflow execution was successfully delivered to the target execution.
                                                  • RequestCancelExternalWorkflowExecutionFailed: Request to cancel an external workflow execution failed.
                                                  • LambdaFunctionScheduled: An AWS Lambda function was scheduled for execution.
                                                  • LambdaFunctionStarted: The scheduled function was invoked in the AWS Lambda service.
                                                  • LambdaFunctionCompleted: The AWS Lambda function successfully completed.
                                                  • LambdaFunctionFailed: The AWS Lambda function execution failed.
                                                  • LambdaFunctionTimedOut: The AWS Lambda function execution timed out.
                                                  • ScheduleLambdaFunctionFailed: Failed to process ScheduleLambdaFunction decision. This happens when the workflow execution does not have the proper IAM role attached to invoke AWS Lambda functions.
                                                  • StartLambdaFunctionFailed: Failed to invoke the scheduled function in the AWS Lambda service. This happens when the AWS Lambda service is not available in the current region, or received too many requests.
                                                  ", "shapeName" : "HistoryEvent", "deprecated" : false, "required" : [ "eventTimestamp", "eventType", "eventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The date and time when the event occurred.

                                                  ", "name" : "EventTimestamp", "c2jName" : "eventTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "eventTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The date and time when the event occurred.

                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "eventTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventTimestamp", "marshallLocationName" : "eventTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.*/", "getterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@return The date and time when the event occurred.*/", "fluentSetterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The type of the history event.

                                                  ", "name" : "EventType", "c2jName" : "eventType", "c2jShape" : "EventType", "variable" : { "variableName" : "eventType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The type of the history event.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventType", "marshallLocationName" : "eventType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "EventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@see EventType*/", "getterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@return The type of the history event.\n@see EventType*/", "fluentSetterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "varargSetterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/" }, { "documentation" : "

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  ", "name" : "EventId", "c2jName" : "eventId", "c2jShape" : "EventId", "variable" : { "variableName" : "eventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "eventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventId", "marshallLocationName" : "eventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.*/", "getterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@return The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.*/", "fluentSetterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionStartedEventAttributes", "c2jName" : "workflowExecutionStartedEventAttributes", "c2jShape" : "WorkflowExecutionStartedEventAttributes", "variable" : { "variableName" : "workflowExecutionStartedEventAttributes", "variableType" : "WorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "WorkflowExecutionStartedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionStartedEventAttributes", "variableSetterType" : "WorkflowExecutionStartedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionStartedEventAttributes", "variableType" : "WorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "WorkflowExecutionStartedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionStartedEventAttributes", "variableSetterType" : "WorkflowExecutionStartedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionStartedEventAttributes", "marshallLocationName" : "workflowExecutionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCompletedEventAttributes", "c2jName" : "workflowExecutionCompletedEventAttributes", "c2jShape" : "WorkflowExecutionCompletedEventAttributes", "variable" : { "variableName" : "workflowExecutionCompletedEventAttributes", "variableType" : "WorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCompletedEventAttributes", "variableSetterType" : "WorkflowExecutionCompletedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCompletedEventAttributes", "variableType" : "WorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCompletedEventAttributes", "variableSetterType" : "WorkflowExecutionCompletedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCompletedEventAttributes", "marshallLocationName" : "workflowExecutionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CompleteWorkflowExecutionFailedEventAttributes", "c2jName" : "completeWorkflowExecutionFailedEventAttributes", "c2jShape" : "CompleteWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "completeWorkflowExecutionFailedEventAttributes", "variableType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "completeWorkflowExecutionFailedEventAttributes", "variableType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "completeWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionFailedEventAttributes", "c2jName" : "workflowExecutionFailedEventAttributes", "c2jShape" : "WorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "workflowExecutionFailedEventAttributes", "variableType" : "WorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "WorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionFailedEventAttributes", "variableSetterType" : "WorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionFailedEventAttributes", "variableType" : "WorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "WorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionFailedEventAttributes", "variableSetterType" : "WorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionFailedEventAttributes", "marshallLocationName" : "workflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "FailWorkflowExecutionFailedEventAttributes", "c2jName" : "failWorkflowExecutionFailedEventAttributes", "c2jShape" : "FailWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "failWorkflowExecutionFailedEventAttributes", "variableType" : "FailWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "FailWorkflowExecutionFailedEventAttributes", "variableSetterType" : "FailWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "failWorkflowExecutionFailedEventAttributes", "variableType" : "FailWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "FailWorkflowExecutionFailedEventAttributes", "variableSetterType" : "FailWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "failWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "failWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionTimedOutEventAttributes", "c2jName" : "workflowExecutionTimedOutEventAttributes", "c2jShape" : "WorkflowExecutionTimedOutEventAttributes", "variable" : { "variableName" : "workflowExecutionTimedOutEventAttributes", "variableType" : "WorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "WorkflowExecutionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionTimedOutEventAttributes", "variableType" : "WorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "WorkflowExecutionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionTimedOutEventAttributes", "marshallLocationName" : "workflowExecutionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCanceledEventAttributes", "c2jName" : "workflowExecutionCanceledEventAttributes", "c2jShape" : "WorkflowExecutionCanceledEventAttributes", "variable" : { "variableName" : "workflowExecutionCanceledEventAttributes", "variableType" : "WorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCanceledEventAttributes", "variableSetterType" : "WorkflowExecutionCanceledEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCanceledEventAttributes", "variableType" : "WorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCanceledEventAttributes", "variableSetterType" : "WorkflowExecutionCanceledEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCanceledEventAttributes", "marshallLocationName" : "workflowExecutionCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CancelWorkflowExecutionFailedEventAttributes", "c2jName" : "cancelWorkflowExecutionFailedEventAttributes", "c2jShape" : "CancelWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "cancelWorkflowExecutionFailedEventAttributes", "variableType" : "CancelWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CancelWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "cancelWorkflowExecutionFailedEventAttributes", "variableType" : "CancelWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "CancelWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "cancelWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionContinuedAsNewEventAttributes", "c2jName" : "workflowExecutionContinuedAsNewEventAttributes", "c2jShape" : "WorkflowExecutionContinuedAsNewEventAttributes", "variable" : { "variableName" : "workflowExecutionContinuedAsNewEventAttributes", "variableType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableDeclarationType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableSetterType" : "WorkflowExecutionContinuedAsNewEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionContinuedAsNewEventAttributes", "variableType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableDeclarationType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableSetterType" : "WorkflowExecutionContinuedAsNewEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionContinuedAsNewEventAttributes", "marshallLocationName" : "workflowExecutionContinuedAsNewEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "c2jName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "c2jShape" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionTerminatedEventAttributes", "c2jName" : "workflowExecutionTerminatedEventAttributes", "c2jShape" : "WorkflowExecutionTerminatedEventAttributes", "variable" : { "variableName" : "workflowExecutionTerminatedEventAttributes", "variableType" : "WorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "WorkflowExecutionTerminatedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionTerminatedEventAttributes", "variableType" : "WorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "WorkflowExecutionTerminatedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionTerminatedEventAttributes", "marshallLocationName" : "workflowExecutionTerminatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCancelRequestedEventAttributes", "c2jName" : "workflowExecutionCancelRequestedEventAttributes", "c2jShape" : "WorkflowExecutionCancelRequestedEventAttributes", "variable" : { "variableName" : "workflowExecutionCancelRequestedEventAttributes", "variableType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "WorkflowExecutionCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCancelRequestedEventAttributes", "variableType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "WorkflowExecutionCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCancelRequestedEventAttributes", "marshallLocationName" : "workflowExecutionCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskScheduledEventAttributes", "c2jName" : "decisionTaskScheduledEventAttributes", "c2jShape" : "DecisionTaskScheduledEventAttributes", "variable" : { "variableName" : "decisionTaskScheduledEventAttributes", "variableType" : "DecisionTaskScheduledEventAttributes", "variableDeclarationType" : "DecisionTaskScheduledEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskScheduledEventAttributes", "variableSetterType" : "DecisionTaskScheduledEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskScheduledEventAttributes", "variableType" : "DecisionTaskScheduledEventAttributes", "variableDeclarationType" : "DecisionTaskScheduledEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskScheduledEventAttributes", "variableSetterType" : "DecisionTaskScheduledEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskScheduledEventAttributes", "marshallLocationName" : "decisionTaskScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskStartedEventAttributes", "c2jName" : "decisionTaskStartedEventAttributes", "c2jShape" : "DecisionTaskStartedEventAttributes", "variable" : { "variableName" : "decisionTaskStartedEventAttributes", "variableType" : "DecisionTaskStartedEventAttributes", "variableDeclarationType" : "DecisionTaskStartedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskStartedEventAttributes", "variableSetterType" : "DecisionTaskStartedEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskStartedEventAttributes", "variableType" : "DecisionTaskStartedEventAttributes", "variableDeclarationType" : "DecisionTaskStartedEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskStartedEventAttributes", "variableSetterType" : "DecisionTaskStartedEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskStartedEventAttributes", "marshallLocationName" : "decisionTaskStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskCompletedEventAttributes", "c2jName" : "decisionTaskCompletedEventAttributes", "c2jShape" : "DecisionTaskCompletedEventAttributes", "variable" : { "variableName" : "decisionTaskCompletedEventAttributes", "variableType" : "DecisionTaskCompletedEventAttributes", "variableDeclarationType" : "DecisionTaskCompletedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskCompletedEventAttributes", "variableSetterType" : "DecisionTaskCompletedEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskCompletedEventAttributes", "variableType" : "DecisionTaskCompletedEventAttributes", "variableDeclarationType" : "DecisionTaskCompletedEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskCompletedEventAttributes", "variableSetterType" : "DecisionTaskCompletedEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskCompletedEventAttributes", "marshallLocationName" : "decisionTaskCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskTimedOutEventAttributes", "c2jName" : "decisionTaskTimedOutEventAttributes", "c2jShape" : "DecisionTaskTimedOutEventAttributes", "variable" : { "variableName" : "decisionTaskTimedOutEventAttributes", "variableType" : "DecisionTaskTimedOutEventAttributes", "variableDeclarationType" : "DecisionTaskTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskTimedOutEventAttributes", "variableSetterType" : "DecisionTaskTimedOutEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskTimedOutEventAttributes", "variableType" : "DecisionTaskTimedOutEventAttributes", "variableDeclarationType" : "DecisionTaskTimedOutEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskTimedOutEventAttributes", "variableSetterType" : "DecisionTaskTimedOutEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskTimedOutEventAttributes", "marshallLocationName" : "decisionTaskTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskScheduledEventAttributes", "c2jName" : "activityTaskScheduledEventAttributes", "c2jShape" : "ActivityTaskScheduledEventAttributes", "variable" : { "variableName" : "activityTaskScheduledEventAttributes", "variableType" : "ActivityTaskScheduledEventAttributes", "variableDeclarationType" : "ActivityTaskScheduledEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskScheduledEventAttributes", "variableSetterType" : "ActivityTaskScheduledEventAttributes" }, "setterModel" : { "variableName" : "activityTaskScheduledEventAttributes", "variableType" : "ActivityTaskScheduledEventAttributes", "variableDeclarationType" : "ActivityTaskScheduledEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskScheduledEventAttributes", "variableSetterType" : "ActivityTaskScheduledEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskScheduledEventAttributes", "marshallLocationName" : "activityTaskScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskStartedEventAttributes", "c2jName" : "activityTaskStartedEventAttributes", "c2jShape" : "ActivityTaskStartedEventAttributes", "variable" : { "variableName" : "activityTaskStartedEventAttributes", "variableType" : "ActivityTaskStartedEventAttributes", "variableDeclarationType" : "ActivityTaskStartedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskStartedEventAttributes", "variableSetterType" : "ActivityTaskStartedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskStartedEventAttributes", "variableType" : "ActivityTaskStartedEventAttributes", "variableDeclarationType" : "ActivityTaskStartedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskStartedEventAttributes", "variableSetterType" : "ActivityTaskStartedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskStartedEventAttributes", "marshallLocationName" : "activityTaskStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCompletedEventAttributes", "c2jName" : "activityTaskCompletedEventAttributes", "c2jShape" : "ActivityTaskCompletedEventAttributes", "variable" : { "variableName" : "activityTaskCompletedEventAttributes", "variableType" : "ActivityTaskCompletedEventAttributes", "variableDeclarationType" : "ActivityTaskCompletedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCompletedEventAttributes", "variableSetterType" : "ActivityTaskCompletedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCompletedEventAttributes", "variableType" : "ActivityTaskCompletedEventAttributes", "variableDeclarationType" : "ActivityTaskCompletedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCompletedEventAttributes", "variableSetterType" : "ActivityTaskCompletedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCompletedEventAttributes", "marshallLocationName" : "activityTaskCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskFailedEventAttributes", "c2jName" : "activityTaskFailedEventAttributes", "c2jShape" : "ActivityTaskFailedEventAttributes", "variable" : { "variableName" : "activityTaskFailedEventAttributes", "variableType" : "ActivityTaskFailedEventAttributes", "variableDeclarationType" : "ActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskFailedEventAttributes", "variableSetterType" : "ActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskFailedEventAttributes", "variableType" : "ActivityTaskFailedEventAttributes", "variableDeclarationType" : "ActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskFailedEventAttributes", "variableSetterType" : "ActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskFailedEventAttributes", "marshallLocationName" : "activityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskTimedOutEventAttributes", "c2jName" : "activityTaskTimedOutEventAttributes", "c2jShape" : "ActivityTaskTimedOutEventAttributes", "variable" : { "variableName" : "activityTaskTimedOutEventAttributes", "variableType" : "ActivityTaskTimedOutEventAttributes", "variableDeclarationType" : "ActivityTaskTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskTimedOutEventAttributes", "variableSetterType" : "ActivityTaskTimedOutEventAttributes" }, "setterModel" : { "variableName" : "activityTaskTimedOutEventAttributes", "variableType" : "ActivityTaskTimedOutEventAttributes", "variableDeclarationType" : "ActivityTaskTimedOutEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskTimedOutEventAttributes", "variableSetterType" : "ActivityTaskTimedOutEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskTimedOutEventAttributes", "marshallLocationName" : "activityTaskTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCanceledEventAttributes", "c2jName" : "activityTaskCanceledEventAttributes", "c2jShape" : "ActivityTaskCanceledEventAttributes", "variable" : { "variableName" : "activityTaskCanceledEventAttributes", "variableType" : "ActivityTaskCanceledEventAttributes", "variableDeclarationType" : "ActivityTaskCanceledEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCanceledEventAttributes", "variableSetterType" : "ActivityTaskCanceledEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCanceledEventAttributes", "variableType" : "ActivityTaskCanceledEventAttributes", "variableDeclarationType" : "ActivityTaskCanceledEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCanceledEventAttributes", "variableSetterType" : "ActivityTaskCanceledEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCanceledEventAttributes", "marshallLocationName" : "activityTaskCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCancelRequestedEventAttributes", "c2jName" : "activityTaskCancelRequestedEventAttributes", "c2jShape" : "ActivityTaskCancelRequestedEventAttributes", "variable" : { "variableName" : "activityTaskCancelRequestedEventAttributes", "variableType" : "ActivityTaskCancelRequestedEventAttributes", "variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCancelRequestedEventAttributes", "variableSetterType" : "ActivityTaskCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCancelRequestedEventAttributes", "variableType" : "ActivityTaskCancelRequestedEventAttributes", "variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCancelRequestedEventAttributes", "variableSetterType" : "ActivityTaskCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCancelRequestedEventAttributes", "marshallLocationName" : "activityTaskCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionSignaledEventAttributes", "c2jName" : "workflowExecutionSignaledEventAttributes", "c2jShape" : "WorkflowExecutionSignaledEventAttributes", "variable" : { "variableName" : "workflowExecutionSignaledEventAttributes", "variableType" : "WorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionSignaledEventAttributes", "variableSetterType" : "WorkflowExecutionSignaledEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionSignaledEventAttributes", "variableType" : "WorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionSignaledEventAttributes", "variableSetterType" : "WorkflowExecutionSignaledEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionSignaledEventAttributes", "marshallLocationName" : "workflowExecutionSignaledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "MarkerRecordedEventAttributes", "c2jName" : "markerRecordedEventAttributes", "c2jShape" : "MarkerRecordedEventAttributes", "variable" : { "variableName" : "markerRecordedEventAttributes", "variableType" : "MarkerRecordedEventAttributes", "variableDeclarationType" : "MarkerRecordedEventAttributes", "documentation" : "

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "MarkerRecordedEventAttributes", "variableSetterType" : "MarkerRecordedEventAttributes" }, "setterModel" : { "variableName" : "markerRecordedEventAttributes", "variableType" : "MarkerRecordedEventAttributes", "variableDeclarationType" : "MarkerRecordedEventAttributes", "documentation" : "", "simpleType" : "MarkerRecordedEventAttributes", "variableSetterType" : "MarkerRecordedEventAttributes" }, "getterModel" : { "returnType" : "MarkerRecordedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerRecordedEventAttributes", "marshallLocationName" : "markerRecordedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RecordMarkerFailedEventAttributes", "c2jName" : "recordMarkerFailedEventAttributes", "c2jShape" : "RecordMarkerFailedEventAttributes", "variable" : { "variableName" : "recordMarkerFailedEventAttributes", "variableType" : "RecordMarkerFailedEventAttributes", "variableDeclarationType" : "RecordMarkerFailedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RecordMarkerFailedEventAttributes", "variableSetterType" : "RecordMarkerFailedEventAttributes" }, "setterModel" : { "variableName" : "recordMarkerFailedEventAttributes", "variableType" : "RecordMarkerFailedEventAttributes", "variableDeclarationType" : "RecordMarkerFailedEventAttributes", "documentation" : "", "simpleType" : "RecordMarkerFailedEventAttributes", "variableSetterType" : "RecordMarkerFailedEventAttributes" }, "getterModel" : { "returnType" : "RecordMarkerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordMarkerFailedEventAttributes", "marshallLocationName" : "recordMarkerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerStartedEventAttributes", "c2jName" : "timerStartedEventAttributes", "c2jShape" : "TimerStartedEventAttributes", "variable" : { "variableName" : "timerStartedEventAttributes", "variableType" : "TimerStartedEventAttributes", "variableDeclarationType" : "TimerStartedEventAttributes", "documentation" : "

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerStartedEventAttributes", "variableSetterType" : "TimerStartedEventAttributes" }, "setterModel" : { "variableName" : "timerStartedEventAttributes", "variableType" : "TimerStartedEventAttributes", "variableDeclarationType" : "TimerStartedEventAttributes", "documentation" : "", "simpleType" : "TimerStartedEventAttributes", "variableSetterType" : "TimerStartedEventAttributes" }, "getterModel" : { "returnType" : "TimerStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerStartedEventAttributes", "marshallLocationName" : "timerStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerFiredEventAttributes", "c2jName" : "timerFiredEventAttributes", "c2jShape" : "TimerFiredEventAttributes", "variable" : { "variableName" : "timerFiredEventAttributes", "variableType" : "TimerFiredEventAttributes", "variableDeclarationType" : "TimerFiredEventAttributes", "documentation" : "

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerFiredEventAttributes", "variableSetterType" : "TimerFiredEventAttributes" }, "setterModel" : { "variableName" : "timerFiredEventAttributes", "variableType" : "TimerFiredEventAttributes", "variableDeclarationType" : "TimerFiredEventAttributes", "documentation" : "", "simpleType" : "TimerFiredEventAttributes", "variableSetterType" : "TimerFiredEventAttributes" }, "getterModel" : { "returnType" : "TimerFiredEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerFiredEventAttributes", "marshallLocationName" : "timerFiredEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerCanceledEventAttributes", "c2jName" : "timerCanceledEventAttributes", "c2jShape" : "TimerCanceledEventAttributes", "variable" : { "variableName" : "timerCanceledEventAttributes", "variableType" : "TimerCanceledEventAttributes", "variableDeclarationType" : "TimerCanceledEventAttributes", "documentation" : "

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerCanceledEventAttributes", "variableSetterType" : "TimerCanceledEventAttributes" }, "setterModel" : { "variableName" : "timerCanceledEventAttributes", "variableType" : "TimerCanceledEventAttributes", "variableDeclarationType" : "TimerCanceledEventAttributes", "documentation" : "", "simpleType" : "TimerCanceledEventAttributes", "variableSetterType" : "TimerCanceledEventAttributes" }, "getterModel" : { "returnType" : "TimerCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerCanceledEventAttributes", "marshallLocationName" : "timerCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartChildWorkflowExecutionInitiatedEventAttributes", "c2jName" : "startChildWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionInitiatedEventAttributes", "variableType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionInitiatedEventAttributes", "variableType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "startChildWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionStartedEventAttributes", "c2jName" : "childWorkflowExecutionStartedEventAttributes", "c2jShape" : "ChildWorkflowExecutionStartedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionStartedEventAttributes", "variableType" : "ChildWorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionStartedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionStartedEventAttributes", "variableType" : "ChildWorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionStartedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionStartedEventAttributes", "marshallLocationName" : "childWorkflowExecutionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionCompletedEventAttributes", "c2jName" : "childWorkflowExecutionCompletedEventAttributes", "c2jShape" : "ChildWorkflowExecutionCompletedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionCompletedEventAttributes", "variableType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionCompletedEventAttributes", "variableType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionCompletedEventAttributes", "marshallLocationName" : "childWorkflowExecutionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionFailedEventAttributes", "c2jName" : "childWorkflowExecutionFailedEventAttributes", "c2jShape" : "ChildWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionFailedEventAttributes", "variableType" : "ChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionFailedEventAttributes", "variableType" : "ChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "childWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionTimedOutEventAttributes", "c2jName" : "childWorkflowExecutionTimedOutEventAttributes", "c2jShape" : "ChildWorkflowExecutionTimedOutEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionTimedOutEventAttributes", "variableType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionTimedOutEventAttributes", "variableType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionTimedOutEventAttributes", "marshallLocationName" : "childWorkflowExecutionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionCanceledEventAttributes", "c2jName" : "childWorkflowExecutionCanceledEventAttributes", "c2jShape" : "ChildWorkflowExecutionCanceledEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionCanceledEventAttributes", "variableType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionCanceledEventAttributes", "variableType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionCanceledEventAttributes", "marshallLocationName" : "childWorkflowExecutionCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionTerminatedEventAttributes", "c2jName" : "childWorkflowExecutionTerminatedEventAttributes", "c2jShape" : "ChildWorkflowExecutionTerminatedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionTerminatedEventAttributes", "variableType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionTerminatedEventAttributes", "variableType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionTerminatedEventAttributes", "marshallLocationName" : "childWorkflowExecutionTerminatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "c2jName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ExternalWorkflowExecutionSignaledEventAttributes", "c2jName" : "externalWorkflowExecutionSignaledEventAttributes", "c2jShape" : "ExternalWorkflowExecutionSignaledEventAttributes", "variable" : { "variableName" : "externalWorkflowExecutionSignaledEventAttributes", "variableType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionSignaledEventAttributes" }, "setterModel" : { "variableName" : "externalWorkflowExecutionSignaledEventAttributes", "variableType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : "", "simpleType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionSignaledEventAttributes" }, "getterModel" : { "returnType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecutionSignaledEventAttributes", "marshallLocationName" : "externalWorkflowExecutionSignaledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "SignalExternalWorkflowExecutionFailedEventAttributes", "c2jName" : "signalExternalWorkflowExecutionFailedEventAttributes", "c2jShape" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionFailedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionFailedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "c2jName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "c2jShape" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variable" : { "variableName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "variableType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "variableType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "marshallLocationName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ScheduleActivityTaskFailedEventAttributes", "c2jName" : "scheduleActivityTaskFailedEventAttributes", "c2jShape" : "ScheduleActivityTaskFailedEventAttributes", "variable" : { "variableName" : "scheduleActivityTaskFailedEventAttributes", "variableType" : "ScheduleActivityTaskFailedEventAttributes", "variableDeclarationType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ScheduleActivityTaskFailedEventAttributes", "variableSetterType" : "ScheduleActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "scheduleActivityTaskFailedEventAttributes", "variableType" : "ScheduleActivityTaskFailedEventAttributes", "variableDeclarationType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleActivityTaskFailedEventAttributes", "variableSetterType" : "ScheduleActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleActivityTaskFailedEventAttributes", "marshallLocationName" : "scheduleActivityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelActivityTaskFailedEventAttributes", "c2jName" : "requestCancelActivityTaskFailedEventAttributes", "c2jShape" : "RequestCancelActivityTaskFailedEventAttributes", "variable" : { "variableName" : "requestCancelActivityTaskFailedEventAttributes", "variableType" : "RequestCancelActivityTaskFailedEventAttributes", "variableDeclarationType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelActivityTaskFailedEventAttributes", "variableSetterType" : "RequestCancelActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelActivityTaskFailedEventAttributes", "variableType" : "RequestCancelActivityTaskFailedEventAttributes", "variableDeclarationType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelActivityTaskFailedEventAttributes", "variableSetterType" : "RequestCancelActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelActivityTaskFailedEventAttributes", "marshallLocationName" : "requestCancelActivityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartTimerFailedEventAttributes", "c2jName" : "startTimerFailedEventAttributes", "c2jShape" : "StartTimerFailedEventAttributes", "variable" : { "variableName" : "startTimerFailedEventAttributes", "variableType" : "StartTimerFailedEventAttributes", "variableDeclarationType" : "StartTimerFailedEventAttributes", "documentation" : "

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartTimerFailedEventAttributes", "variableSetterType" : "StartTimerFailedEventAttributes" }, "setterModel" : { "variableName" : "startTimerFailedEventAttributes", "variableType" : "StartTimerFailedEventAttributes", "variableDeclarationType" : "StartTimerFailedEventAttributes", "documentation" : "", "simpleType" : "StartTimerFailedEventAttributes", "variableSetterType" : "StartTimerFailedEventAttributes" }, "getterModel" : { "returnType" : "StartTimerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimerFailedEventAttributes", "marshallLocationName" : "startTimerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CancelTimerFailedEventAttributes", "c2jName" : "cancelTimerFailedEventAttributes", "c2jShape" : "CancelTimerFailedEventAttributes", "variable" : { "variableName" : "cancelTimerFailedEventAttributes", "variableType" : "CancelTimerFailedEventAttributes", "variableDeclarationType" : "CancelTimerFailedEventAttributes", "documentation" : "

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CancelTimerFailedEventAttributes", "variableSetterType" : "CancelTimerFailedEventAttributes" }, "setterModel" : { "variableName" : "cancelTimerFailedEventAttributes", "variableType" : "CancelTimerFailedEventAttributes", "variableDeclarationType" : "CancelTimerFailedEventAttributes", "documentation" : "", "simpleType" : "CancelTimerFailedEventAttributes", "variableSetterType" : "CancelTimerFailedEventAttributes" }, "getterModel" : { "returnType" : "CancelTimerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelTimerFailedEventAttributes", "marshallLocationName" : "cancelTimerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartChildWorkflowExecutionFailedEventAttributes", "c2jName" : "startChildWorkflowExecutionFailedEventAttributes", "c2jShape" : "StartChildWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionFailedEventAttributes", "variableType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionFailedEventAttributes", "variableType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "startChildWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "LambdaFunctionScheduledEventAttributes", "c2jName" : "lambdaFunctionScheduledEventAttributes", "c2jShape" : "LambdaFunctionScheduledEventAttributes", "variable" : { "variableName" : "lambdaFunctionScheduledEventAttributes", "variableType" : "LambdaFunctionScheduledEventAttributes", "variableDeclarationType" : "LambdaFunctionScheduledEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventAttributes", "variableSetterType" : "LambdaFunctionScheduledEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionScheduledEventAttributes", "variableType" : "LambdaFunctionScheduledEventAttributes", "variableDeclarationType" : "LambdaFunctionScheduledEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventAttributes", "variableSetterType" : "LambdaFunctionScheduledEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionScheduledEventAttributes", "marshallLocationName" : "lambdaFunctionScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionScheduledEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionScheduledEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionScheduledEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "LambdaFunctionStartedEventAttributes", "c2jName" : "lambdaFunctionStartedEventAttributes", "c2jShape" : "LambdaFunctionStartedEventAttributes", "variable" : { "variableName" : "lambdaFunctionStartedEventAttributes", "variableType" : "LambdaFunctionStartedEventAttributes", "variableDeclarationType" : "LambdaFunctionStartedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionStartedEventAttributes", "variableSetterType" : "LambdaFunctionStartedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionStartedEventAttributes", "variableType" : "LambdaFunctionStartedEventAttributes", "variableDeclarationType" : "LambdaFunctionStartedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionStartedEventAttributes", "variableSetterType" : "LambdaFunctionStartedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionStartedEventAttributes", "marshallLocationName" : "lambdaFunctionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionStartedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionStartedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionStartedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "LambdaFunctionCompletedEventAttributes", "c2jName" : "lambdaFunctionCompletedEventAttributes", "c2jShape" : "LambdaFunctionCompletedEventAttributes", "variable" : { "variableName" : "lambdaFunctionCompletedEventAttributes", "variableType" : "LambdaFunctionCompletedEventAttributes", "variableDeclarationType" : "LambdaFunctionCompletedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionCompletedEventAttributes", "variableSetterType" : "LambdaFunctionCompletedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionCompletedEventAttributes", "variableType" : "LambdaFunctionCompletedEventAttributes", "variableDeclarationType" : "LambdaFunctionCompletedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionCompletedEventAttributes", "variableSetterType" : "LambdaFunctionCompletedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionCompletedEventAttributes", "marshallLocationName" : "lambdaFunctionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionCompletedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionCompletedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionCompletedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "LambdaFunctionFailedEventAttributes", "c2jName" : "lambdaFunctionFailedEventAttributes", "c2jShape" : "LambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "lambdaFunctionFailedEventAttributes", "variableType" : "LambdaFunctionFailedEventAttributes", "variableDeclarationType" : "LambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventAttributes", "variableSetterType" : "LambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionFailedEventAttributes", "variableType" : "LambdaFunctionFailedEventAttributes", "variableDeclarationType" : "LambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventAttributes", "variableSetterType" : "LambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionFailedEventAttributes", "marshallLocationName" : "lambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "LambdaFunctionTimedOutEventAttributes", "c2jName" : "lambdaFunctionTimedOutEventAttributes", "c2jShape" : "LambdaFunctionTimedOutEventAttributes", "variable" : { "variableName" : "lambdaFunctionTimedOutEventAttributes", "variableType" : "LambdaFunctionTimedOutEventAttributes", "variableDeclarationType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventAttributes", "variableSetterType" : "LambdaFunctionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionTimedOutEventAttributes", "variableType" : "LambdaFunctionTimedOutEventAttributes", "variableDeclarationType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventAttributes", "variableSetterType" : "LambdaFunctionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionTimedOutEventAttributes", "marshallLocationName" : "lambdaFunctionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionTimedOutEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionTimedOutEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionTimedOutEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ScheduleLambdaFunctionFailedEventAttributes", "c2jName" : "scheduleLambdaFunctionFailedEventAttributes", "c2jShape" : "ScheduleLambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "scheduleLambdaFunctionFailedEventAttributes", "variableType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableSetterType" : "ScheduleLambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "scheduleLambdaFunctionFailedEventAttributes", "variableType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableSetterType" : "ScheduleLambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleLambdaFunctionFailedEventAttributes", "marshallLocationName" : "scheduleLambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 scheduleLambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param scheduleLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param scheduleLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "StartLambdaFunctionFailedEventAttributes", "c2jName" : "startLambdaFunctionFailedEventAttributes", "c2jShape" : "StartLambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "startLambdaFunctionFailedEventAttributes", "variableType" : "StartLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "StartLambdaFunctionFailedEventAttributes", "variableSetterType" : "StartLambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "startLambdaFunctionFailedEventAttributes", "variableType" : "StartLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "StartLambdaFunctionFailedEventAttributes", "variableSetterType" : "StartLambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startLambdaFunctionFailedEventAttributes", "marshallLocationName" : "startLambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 startLambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param startLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param startLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "historyEvent", "variableType" : "HistoryEvent", "variableDeclarationType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowExecutionSignaledEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionSignaledEventAttributes", "c2jName" : "workflowExecutionSignaledEventAttributes", "c2jShape" : "WorkflowExecutionSignaledEventAttributes", "variable" : { "variableName" : "workflowExecutionSignaledEventAttributes", "variableType" : "WorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionSignaledEventAttributes", "variableSetterType" : "WorkflowExecutionSignaledEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionSignaledEventAttributes", "variableType" : "WorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionSignaledEventAttributes", "variableSetterType" : "WorkflowExecutionSignaledEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionSignaledEventAttributes", "marshallLocationName" : "workflowExecutionSignaledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionSignaledEventAttributes If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContinueAsNewWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "c2jName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "c2jShape" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "continueAsNewWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param continueAsNewWorkflowExecutionFailedEventAttributes If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionCanceledEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionCanceledEventAttributes", "c2jName" : "childWorkflowExecutionCanceledEventAttributes", "c2jShape" : "ChildWorkflowExecutionCanceledEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionCanceledEventAttributes", "variableType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionCanceledEventAttributes", "variableType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionCanceledEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionCanceledEventAttributes", "marshallLocationName" : "childWorkflowExecutionCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCanceledEventAttributes If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionTerminatedEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionTerminatedEventAttributes", "c2jName" : "childWorkflowExecutionTerminatedEventAttributes", "c2jShape" : "ChildWorkflowExecutionTerminatedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionTerminatedEventAttributes", "variableType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionTerminatedEventAttributes", "variableType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionTerminatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionTerminatedEventAttributes", "marshallLocationName" : "childWorkflowExecutionTerminatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTerminatedEventAttributes If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DecisionTaskScheduledEventAttributes" : { "documentation" : "

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskScheduledEventAttributes", "c2jName" : "decisionTaskScheduledEventAttributes", "c2jShape" : "DecisionTaskScheduledEventAttributes", "variable" : { "variableName" : "decisionTaskScheduledEventAttributes", "variableType" : "DecisionTaskScheduledEventAttributes", "variableDeclarationType" : "DecisionTaskScheduledEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskScheduledEventAttributes", "variableSetterType" : "DecisionTaskScheduledEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskScheduledEventAttributes", "variableType" : "DecisionTaskScheduledEventAttributes", "variableDeclarationType" : "DecisionTaskScheduledEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskScheduledEventAttributes", "variableSetterType" : "DecisionTaskScheduledEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskScheduledEventAttributes", "marshallLocationName" : "decisionTaskScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskScheduledEventAttributes If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventId" : { "documentation" : "

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  ", "name" : "EventId", "c2jName" : "eventId", "c2jShape" : "EventId", "variable" : { "variableName" : "eventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "eventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventId", "marshallLocationName" : "eventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.*/", "getterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@return The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.*/", "fluentSetterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.

                                                  \n@param eventId The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExternalWorkflowExecutionSignaledEventAttributes" : { "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ExternalWorkflowExecutionSignaledEventAttributes", "c2jName" : "externalWorkflowExecutionSignaledEventAttributes", "c2jShape" : "ExternalWorkflowExecutionSignaledEventAttributes", "variable" : { "variableName" : "externalWorkflowExecutionSignaledEventAttributes", "variableType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionSignaledEventAttributes" }, "setterModel" : { "variableName" : "externalWorkflowExecutionSignaledEventAttributes", "variableType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : "", "simpleType" : "ExternalWorkflowExecutionSignaledEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionSignaledEventAttributes" }, "getterModel" : { "returnType" : "ExternalWorkflowExecutionSignaledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecutionSignaledEventAttributes", "marshallLocationName" : "externalWorkflowExecutionSignaledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionSignaledEventAttributes If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CancelTimerFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CancelTimerFailedEventAttributes", "c2jName" : "cancelTimerFailedEventAttributes", "c2jShape" : "CancelTimerFailedEventAttributes", "variable" : { "variableName" : "cancelTimerFailedEventAttributes", "variableType" : "CancelTimerFailedEventAttributes", "variableDeclarationType" : "CancelTimerFailedEventAttributes", "documentation" : "

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CancelTimerFailedEventAttributes", "variableSetterType" : "CancelTimerFailedEventAttributes" }, "setterModel" : { "variableName" : "cancelTimerFailedEventAttributes", "variableType" : "CancelTimerFailedEventAttributes", "variableDeclarationType" : "CancelTimerFailedEventAttributes", "documentation" : "", "simpleType" : "CancelTimerFailedEventAttributes", "variableSetterType" : "CancelTimerFailedEventAttributes" }, "getterModel" : { "returnType" : "CancelTimerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelTimerFailedEventAttributes", "marshallLocationName" : "cancelTimerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelTimerFailedEventAttributes If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduleLambdaFunctionFailedEventAttributes" : { "documentation" : "", "name" : "ScheduleLambdaFunctionFailedEventAttributes", "c2jName" : "scheduleLambdaFunctionFailedEventAttributes", "c2jShape" : "ScheduleLambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "scheduleLambdaFunctionFailedEventAttributes", "variableType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableSetterType" : "ScheduleLambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "scheduleLambdaFunctionFailedEventAttributes", "variableType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableSetterType" : "ScheduleLambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleLambdaFunctionFailedEventAttributes", "marshallLocationName" : "scheduleLambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 scheduleLambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param scheduleLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param scheduleLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionCompletedEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCompletedEventAttributes", "c2jName" : "workflowExecutionCompletedEventAttributes", "c2jShape" : "WorkflowExecutionCompletedEventAttributes", "variable" : { "variableName" : "workflowExecutionCompletedEventAttributes", "variableType" : "WorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCompletedEventAttributes", "variableSetterType" : "WorkflowExecutionCompletedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCompletedEventAttributes", "variableType" : "WorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCompletedEventAttributes", "variableSetterType" : "WorkflowExecutionCompletedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCompletedEventAttributes", "marshallLocationName" : "workflowExecutionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCompletedEventAttributes If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartChildWorkflowExecutionInitiatedEventAttributes" : { "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartChildWorkflowExecutionInitiatedEventAttributes", "c2jName" : "startChildWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionInitiatedEventAttributes", "variableType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionInitiatedEventAttributes", "variableType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "startChildWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionInitiatedEventAttributes If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventTimestamp" : { "documentation" : "

                                                  The date and time when the event occurred.

                                                  ", "name" : "EventTimestamp", "c2jName" : "eventTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "eventTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The date and time when the event occurred.

                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "eventTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventTimestamp", "marshallLocationName" : "eventTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.*/", "getterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@return The date and time when the event occurred.*/", "fluentSetterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The date and time when the event occurred.

                                                  \n@param eventTimestamp The date and time when the event occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExternalWorkflowExecutionCancelRequestedEventAttributes" : { "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "c2jName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "c2jShape" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variable" : { "variableName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "variableType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "variableType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "marshallLocationName" : "externalWorkflowExecutionCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param externalWorkflowExecutionCancelRequestedEventAttributes If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DecisionTaskTimedOutEventAttributes" : { "documentation" : "

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskTimedOutEventAttributes", "c2jName" : "decisionTaskTimedOutEventAttributes", "c2jShape" : "DecisionTaskTimedOutEventAttributes", "variable" : { "variableName" : "decisionTaskTimedOutEventAttributes", "variableType" : "DecisionTaskTimedOutEventAttributes", "variableDeclarationType" : "DecisionTaskTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskTimedOutEventAttributes", "variableSetterType" : "DecisionTaskTimedOutEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskTimedOutEventAttributes", "variableType" : "DecisionTaskTimedOutEventAttributes", "variableDeclarationType" : "DecisionTaskTimedOutEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskTimedOutEventAttributes", "variableSetterType" : "DecisionTaskTimedOutEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskTimedOutEventAttributes", "marshallLocationName" : "decisionTaskTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskTimedOutEventAttributes If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskTimedOutEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskTimedOutEventAttributes", "c2jName" : "activityTaskTimedOutEventAttributes", "c2jShape" : "ActivityTaskTimedOutEventAttributes", "variable" : { "variableName" : "activityTaskTimedOutEventAttributes", "variableType" : "ActivityTaskTimedOutEventAttributes", "variableDeclarationType" : "ActivityTaskTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskTimedOutEventAttributes", "variableSetterType" : "ActivityTaskTimedOutEventAttributes" }, "setterModel" : { "variableName" : "activityTaskTimedOutEventAttributes", "variableType" : "ActivityTaskTimedOutEventAttributes", "variableDeclarationType" : "ActivityTaskTimedOutEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskTimedOutEventAttributes", "variableSetterType" : "ActivityTaskTimedOutEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskTimedOutEventAttributes", "marshallLocationName" : "activityTaskTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskTimedOutEventAttributes If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskFailedEventAttributes", "c2jName" : "activityTaskFailedEventAttributes", "c2jShape" : "ActivityTaskFailedEventAttributes", "variable" : { "variableName" : "activityTaskFailedEventAttributes", "variableType" : "ActivityTaskFailedEventAttributes", "variableDeclarationType" : "ActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskFailedEventAttributes", "variableSetterType" : "ActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskFailedEventAttributes", "variableType" : "ActivityTaskFailedEventAttributes", "variableDeclarationType" : "ActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskFailedEventAttributes", "variableSetterType" : "ActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskFailedEventAttributes", "marshallLocationName" : "activityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskFailedEventAttributes If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimerFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartTimerFailedEventAttributes", "c2jName" : "startTimerFailedEventAttributes", "c2jShape" : "StartTimerFailedEventAttributes", "variable" : { "variableName" : "startTimerFailedEventAttributes", "variableType" : "StartTimerFailedEventAttributes", "variableDeclarationType" : "StartTimerFailedEventAttributes", "documentation" : "

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartTimerFailedEventAttributes", "variableSetterType" : "StartTimerFailedEventAttributes" }, "setterModel" : { "variableName" : "startTimerFailedEventAttributes", "variableType" : "StartTimerFailedEventAttributes", "variableDeclarationType" : "StartTimerFailedEventAttributes", "documentation" : "", "simpleType" : "StartTimerFailedEventAttributes", "variableSetterType" : "StartTimerFailedEventAttributes" }, "getterModel" : { "returnType" : "StartTimerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimerFailedEventAttributes", "marshallLocationName" : "startTimerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startTimerFailedEventAttributes If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CancelWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CancelWorkflowExecutionFailedEventAttributes", "c2jName" : "cancelWorkflowExecutionFailedEventAttributes", "c2jShape" : "CancelWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "cancelWorkflowExecutionFailedEventAttributes", "variableType" : "CancelWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CancelWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "cancelWorkflowExecutionFailedEventAttributes", "variableType" : "CancelWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "CancelWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "CancelWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "cancelWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param cancelWorkflowExecutionFailedEventAttributes If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimerCanceledEventAttributes" : { "documentation" : "

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerCanceledEventAttributes", "c2jName" : "timerCanceledEventAttributes", "c2jShape" : "TimerCanceledEventAttributes", "variable" : { "variableName" : "timerCanceledEventAttributes", "variableType" : "TimerCanceledEventAttributes", "variableDeclarationType" : "TimerCanceledEventAttributes", "documentation" : "

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerCanceledEventAttributes", "variableSetterType" : "TimerCanceledEventAttributes" }, "setterModel" : { "variableName" : "timerCanceledEventAttributes", "variableType" : "TimerCanceledEventAttributes", "variableDeclarationType" : "TimerCanceledEventAttributes", "documentation" : "", "simpleType" : "TimerCanceledEventAttributes", "variableSetterType" : "TimerCanceledEventAttributes" }, "getterModel" : { "returnType" : "TimerCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerCanceledEventAttributes", "marshallLocationName" : "timerCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerCanceledEventAttributes If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaFunctionStartedEventAttributes" : { "documentation" : "", "name" : "LambdaFunctionStartedEventAttributes", "c2jName" : "lambdaFunctionStartedEventAttributes", "c2jShape" : "LambdaFunctionStartedEventAttributes", "variable" : { "variableName" : "lambdaFunctionStartedEventAttributes", "variableType" : "LambdaFunctionStartedEventAttributes", "variableDeclarationType" : "LambdaFunctionStartedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionStartedEventAttributes", "variableSetterType" : "LambdaFunctionStartedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionStartedEventAttributes", "variableType" : "LambdaFunctionStartedEventAttributes", "variableDeclarationType" : "LambdaFunctionStartedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionStartedEventAttributes", "variableSetterType" : "LambdaFunctionStartedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionStartedEventAttributes", "marshallLocationName" : "lambdaFunctionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionStartedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionStartedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionStartedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionStartedEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionStartedEventAttributes", "c2jName" : "childWorkflowExecutionStartedEventAttributes", "c2jShape" : "ChildWorkflowExecutionStartedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionStartedEventAttributes", "variableType" : "ChildWorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionStartedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionStartedEventAttributes", "variableType" : "ChildWorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionStartedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionStartedEventAttributes", "marshallLocationName" : "childWorkflowExecutionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionStartedEventAttributes If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimerFiredEventAttributes" : { "documentation" : "

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerFiredEventAttributes", "c2jName" : "timerFiredEventAttributes", "c2jShape" : "TimerFiredEventAttributes", "variable" : { "variableName" : "timerFiredEventAttributes", "variableType" : "TimerFiredEventAttributes", "variableDeclarationType" : "TimerFiredEventAttributes", "documentation" : "

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerFiredEventAttributes", "variableSetterType" : "TimerFiredEventAttributes" }, "setterModel" : { "variableName" : "timerFiredEventAttributes", "variableType" : "TimerFiredEventAttributes", "variableDeclarationType" : "TimerFiredEventAttributes", "documentation" : "", "simpleType" : "TimerFiredEventAttributes", "variableSetterType" : "TimerFiredEventAttributes" }, "getterModel" : { "returnType" : "TimerFiredEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerFiredEventAttributes", "marshallLocationName" : "timerFiredEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerFiredEventAttributes If the event is of type TimerFired then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionStartedEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionStartedEventAttributes", "c2jName" : "workflowExecutionStartedEventAttributes", "c2jShape" : "WorkflowExecutionStartedEventAttributes", "variable" : { "variableName" : "workflowExecutionStartedEventAttributes", "variableType" : "WorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "WorkflowExecutionStartedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionStartedEventAttributes", "variableSetterType" : "WorkflowExecutionStartedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionStartedEventAttributes", "variableType" : "WorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "WorkflowExecutionStartedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionStartedEventAttributes", "variableSetterType" : "WorkflowExecutionStartedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionStartedEventAttributes", "marshallLocationName" : "workflowExecutionStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionStartedEventAttributes If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionCanceledEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCanceledEventAttributes", "c2jName" : "workflowExecutionCanceledEventAttributes", "c2jShape" : "WorkflowExecutionCanceledEventAttributes", "variable" : { "variableName" : "workflowExecutionCanceledEventAttributes", "variableType" : "WorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCanceledEventAttributes", "variableSetterType" : "WorkflowExecutionCanceledEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCanceledEventAttributes", "variableType" : "WorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCanceledEventAttributes", "variableSetterType" : "WorkflowExecutionCanceledEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCanceledEventAttributes", "marshallLocationName" : "workflowExecutionCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCanceledEventAttributes If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimerStartedEventAttributes" : { "documentation" : "

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "TimerStartedEventAttributes", "c2jName" : "timerStartedEventAttributes", "c2jShape" : "TimerStartedEventAttributes", "variable" : { "variableName" : "timerStartedEventAttributes", "variableType" : "TimerStartedEventAttributes", "variableDeclarationType" : "TimerStartedEventAttributes", "documentation" : "

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "TimerStartedEventAttributes", "variableSetterType" : "TimerStartedEventAttributes" }, "setterModel" : { "variableName" : "timerStartedEventAttributes", "variableType" : "TimerStartedEventAttributes", "variableDeclarationType" : "TimerStartedEventAttributes", "documentation" : "", "simpleType" : "TimerStartedEventAttributes", "variableSetterType" : "TimerStartedEventAttributes" }, "getterModel" : { "returnType" : "TimerStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "timerStartedEventAttributes", "marshallLocationName" : "timerStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param timerStartedEventAttributes If the event is of type TimerStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SignalExternalWorkflowExecutionInitiatedEventAttributes" : { "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "c2jName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionInitiatedEventAttributes If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaFunctionTimedOutEventAttributes" : { "documentation" : "", "name" : "LambdaFunctionTimedOutEventAttributes", "c2jName" : "lambdaFunctionTimedOutEventAttributes", "c2jShape" : "LambdaFunctionTimedOutEventAttributes", "variable" : { "variableName" : "lambdaFunctionTimedOutEventAttributes", "variableType" : "LambdaFunctionTimedOutEventAttributes", "variableDeclarationType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventAttributes", "variableSetterType" : "LambdaFunctionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionTimedOutEventAttributes", "variableType" : "LambdaFunctionTimedOutEventAttributes", "variableDeclarationType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventAttributes", "variableSetterType" : "LambdaFunctionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionTimedOutEventAttributes", "marshallLocationName" : "lambdaFunctionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionTimedOutEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionTimedOutEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionTimedOutEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventType" : { "documentation" : "

                                                  The type of the history event.

                                                  ", "name" : "EventType", "c2jName" : "eventType", "c2jShape" : "EventType", "variable" : { "variableName" : "eventType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The type of the history event.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eventType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "eventType", "marshallLocationName" : "eventType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "EventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@see EventType*/", "getterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@return The type of the history event.\n@see EventType*/", "fluentSetterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/", "varargSetterDocumentation" : "/**

                                                  The type of the history event.

                                                  \n@param eventType The type of the history event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventType*/" }, "LambdaFunctionCompletedEventAttributes" : { "documentation" : "", "name" : "LambdaFunctionCompletedEventAttributes", "c2jName" : "lambdaFunctionCompletedEventAttributes", "c2jShape" : "LambdaFunctionCompletedEventAttributes", "variable" : { "variableName" : "lambdaFunctionCompletedEventAttributes", "variableType" : "LambdaFunctionCompletedEventAttributes", "variableDeclarationType" : "LambdaFunctionCompletedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionCompletedEventAttributes", "variableSetterType" : "LambdaFunctionCompletedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionCompletedEventAttributes", "variableType" : "LambdaFunctionCompletedEventAttributes", "variableDeclarationType" : "LambdaFunctionCompletedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionCompletedEventAttributes", "variableSetterType" : "LambdaFunctionCompletedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionCompletedEventAttributes", "marshallLocationName" : "lambdaFunctionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionCompletedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionCompletedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionCompletedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduleActivityTaskFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ScheduleActivityTaskFailedEventAttributes", "c2jName" : "scheduleActivityTaskFailedEventAttributes", "c2jShape" : "ScheduleActivityTaskFailedEventAttributes", "variable" : { "variableName" : "scheduleActivityTaskFailedEventAttributes", "variableType" : "ScheduleActivityTaskFailedEventAttributes", "variableDeclarationType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ScheduleActivityTaskFailedEventAttributes", "variableSetterType" : "ScheduleActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "scheduleActivityTaskFailedEventAttributes", "variableType" : "ScheduleActivityTaskFailedEventAttributes", "variableDeclarationType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "ScheduleActivityTaskFailedEventAttributes", "variableSetterType" : "ScheduleActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "ScheduleActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleActivityTaskFailedEventAttributes", "marshallLocationName" : "scheduleActivityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param scheduleActivityTaskFailedEventAttributes If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskStartedEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskStartedEventAttributes", "c2jName" : "activityTaskStartedEventAttributes", "c2jShape" : "ActivityTaskStartedEventAttributes", "variable" : { "variableName" : "activityTaskStartedEventAttributes", "variableType" : "ActivityTaskStartedEventAttributes", "variableDeclarationType" : "ActivityTaskStartedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskStartedEventAttributes", "variableSetterType" : "ActivityTaskStartedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskStartedEventAttributes", "variableType" : "ActivityTaskStartedEventAttributes", "variableDeclarationType" : "ActivityTaskStartedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskStartedEventAttributes", "variableSetterType" : "ActivityTaskStartedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskStartedEventAttributes", "marshallLocationName" : "activityTaskStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskStartedEventAttributes If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionTerminatedEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionTerminatedEventAttributes", "c2jName" : "workflowExecutionTerminatedEventAttributes", "c2jShape" : "WorkflowExecutionTerminatedEventAttributes", "variable" : { "variableName" : "workflowExecutionTerminatedEventAttributes", "variableType" : "WorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "WorkflowExecutionTerminatedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionTerminatedEventAttributes", "variableType" : "WorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "WorkflowExecutionTerminatedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionTerminatedEventAttributes", "marshallLocationName" : "workflowExecutionTerminatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTerminatedEventAttributes If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionTimedOutEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionTimedOutEventAttributes", "c2jName" : "childWorkflowExecutionTimedOutEventAttributes", "c2jShape" : "ChildWorkflowExecutionTimedOutEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionTimedOutEventAttributes", "variableType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionTimedOutEventAttributes", "variableType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionTimedOutEventAttributes", "marshallLocationName" : "childWorkflowExecutionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionTimedOutEventAttributes If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskCompletedEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCompletedEventAttributes", "c2jName" : "activityTaskCompletedEventAttributes", "c2jShape" : "ActivityTaskCompletedEventAttributes", "variable" : { "variableName" : "activityTaskCompletedEventAttributes", "variableType" : "ActivityTaskCompletedEventAttributes", "variableDeclarationType" : "ActivityTaskCompletedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCompletedEventAttributes", "variableSetterType" : "ActivityTaskCompletedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCompletedEventAttributes", "variableType" : "ActivityTaskCompletedEventAttributes", "variableDeclarationType" : "ActivityTaskCompletedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCompletedEventAttributes", "variableSetterType" : "ActivityTaskCompletedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCompletedEventAttributes", "marshallLocationName" : "activityTaskCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCompletedEventAttributes If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "FailWorkflowExecutionFailedEventAttributes", "c2jName" : "failWorkflowExecutionFailedEventAttributes", "c2jShape" : "FailWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "failWorkflowExecutionFailedEventAttributes", "variableType" : "FailWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "FailWorkflowExecutionFailedEventAttributes", "variableSetterType" : "FailWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "failWorkflowExecutionFailedEventAttributes", "variableType" : "FailWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "FailWorkflowExecutionFailedEventAttributes", "variableSetterType" : "FailWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "failWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "failWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param failWorkflowExecutionFailedEventAttributes If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionContinuedAsNewEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionContinuedAsNewEventAttributes", "c2jName" : "workflowExecutionContinuedAsNewEventAttributes", "c2jShape" : "WorkflowExecutionContinuedAsNewEventAttributes", "variable" : { "variableName" : "workflowExecutionContinuedAsNewEventAttributes", "variableType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableDeclarationType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableSetterType" : "WorkflowExecutionContinuedAsNewEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionContinuedAsNewEventAttributes", "variableType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableDeclarationType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableSetterType" : "WorkflowExecutionContinuedAsNewEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionContinuedAsNewEventAttributes", "marshallLocationName" : "workflowExecutionContinuedAsNewEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionContinuedAsNewEventAttributes If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MarkerRecordedEventAttributes" : { "documentation" : "

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "MarkerRecordedEventAttributes", "c2jName" : "markerRecordedEventAttributes", "c2jShape" : "MarkerRecordedEventAttributes", "variable" : { "variableName" : "markerRecordedEventAttributes", "variableType" : "MarkerRecordedEventAttributes", "variableDeclarationType" : "MarkerRecordedEventAttributes", "documentation" : "

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "MarkerRecordedEventAttributes", "variableSetterType" : "MarkerRecordedEventAttributes" }, "setterModel" : { "variableName" : "markerRecordedEventAttributes", "variableType" : "MarkerRecordedEventAttributes", "variableDeclarationType" : "MarkerRecordedEventAttributes", "documentation" : "", "simpleType" : "MarkerRecordedEventAttributes", "variableSetterType" : "MarkerRecordedEventAttributes" }, "getterModel" : { "returnType" : "MarkerRecordedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerRecordedEventAttributes", "marshallLocationName" : "markerRecordedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param markerRecordedEventAttributes If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartChildWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "StartChildWorkflowExecutionFailedEventAttributes", "c2jName" : "startChildWorkflowExecutionFailedEventAttributes", "c2jShape" : "StartChildWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionFailedEventAttributes", "variableType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionFailedEventAttributes", "variableType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "StartChildWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "startChildWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param startChildWorkflowExecutionFailedEventAttributes If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordMarkerFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RecordMarkerFailedEventAttributes", "c2jName" : "recordMarkerFailedEventAttributes", "c2jShape" : "RecordMarkerFailedEventAttributes", "variable" : { "variableName" : "recordMarkerFailedEventAttributes", "variableType" : "RecordMarkerFailedEventAttributes", "variableDeclarationType" : "RecordMarkerFailedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RecordMarkerFailedEventAttributes", "variableSetterType" : "RecordMarkerFailedEventAttributes" }, "setterModel" : { "variableName" : "recordMarkerFailedEventAttributes", "variableType" : "RecordMarkerFailedEventAttributes", "variableDeclarationType" : "RecordMarkerFailedEventAttributes", "documentation" : "", "simpleType" : "RecordMarkerFailedEventAttributes", "variableSetterType" : "RecordMarkerFailedEventAttributes" }, "getterModel" : { "returnType" : "RecordMarkerFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordMarkerFailedEventAttributes", "marshallLocationName" : "recordMarkerFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param recordMarkerFailedEventAttributes If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionCancelRequestedEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionCancelRequestedEventAttributes", "c2jName" : "workflowExecutionCancelRequestedEventAttributes", "c2jShape" : "WorkflowExecutionCancelRequestedEventAttributes", "variable" : { "variableName" : "workflowExecutionCancelRequestedEventAttributes", "variableType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "WorkflowExecutionCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionCancelRequestedEventAttributes", "variableType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "WorkflowExecutionCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionCancelRequestedEventAttributes", "marshallLocationName" : "workflowExecutionCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionCancelRequestedEventAttributes If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaFunctionFailedEventAttributes" : { "documentation" : "", "name" : "LambdaFunctionFailedEventAttributes", "c2jName" : "lambdaFunctionFailedEventAttributes", "c2jShape" : "LambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "lambdaFunctionFailedEventAttributes", "variableType" : "LambdaFunctionFailedEventAttributes", "variableDeclarationType" : "LambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventAttributes", "variableSetterType" : "LambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionFailedEventAttributes", "variableType" : "LambdaFunctionFailedEventAttributes", "variableDeclarationType" : "LambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventAttributes", "variableSetterType" : "LambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionFailedEventAttributes", "marshallLocationName" : "lambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionTimedOutEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionTimedOutEventAttributes", "c2jName" : "workflowExecutionTimedOutEventAttributes", "c2jShape" : "WorkflowExecutionTimedOutEventAttributes", "variable" : { "variableName" : "workflowExecutionTimedOutEventAttributes", "variableType" : "WorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "WorkflowExecutionTimedOutEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionTimedOutEventAttributes", "variableType" : "WorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "WorkflowExecutionTimedOutEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionTimedOutEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionTimedOutEventAttributes", "marshallLocationName" : "workflowExecutionTimedOutEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionTimedOutEventAttributes If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestCancelExternalWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionFailedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaFunctionScheduledEventAttributes" : { "documentation" : "", "name" : "LambdaFunctionScheduledEventAttributes", "c2jName" : "lambdaFunctionScheduledEventAttributes", "c2jShape" : "LambdaFunctionScheduledEventAttributes", "variable" : { "variableName" : "lambdaFunctionScheduledEventAttributes", "variableType" : "LambdaFunctionScheduledEventAttributes", "variableDeclarationType" : "LambdaFunctionScheduledEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventAttributes", "variableSetterType" : "LambdaFunctionScheduledEventAttributes" }, "setterModel" : { "variableName" : "lambdaFunctionScheduledEventAttributes", "variableType" : "LambdaFunctionScheduledEventAttributes", "variableDeclarationType" : "LambdaFunctionScheduledEventAttributes", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventAttributes", "variableSetterType" : "LambdaFunctionScheduledEventAttributes" }, "getterModel" : { "returnType" : "LambdaFunctionScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "lambdaFunctionScheduledEventAttributes", "marshallLocationName" : "lambdaFunctionScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 lambdaFunctionScheduledEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param lambdaFunctionScheduledEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param lambdaFunctionScheduledEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskScheduledEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskScheduledEventAttributes", "c2jName" : "activityTaskScheduledEventAttributes", "c2jShape" : "ActivityTaskScheduledEventAttributes", "variable" : { "variableName" : "activityTaskScheduledEventAttributes", "variableType" : "ActivityTaskScheduledEventAttributes", "variableDeclarationType" : "ActivityTaskScheduledEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskScheduledEventAttributes", "variableSetterType" : "ActivityTaskScheduledEventAttributes" }, "setterModel" : { "variableName" : "activityTaskScheduledEventAttributes", "variableType" : "ActivityTaskScheduledEventAttributes", "variableDeclarationType" : "ActivityTaskScheduledEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskScheduledEventAttributes", "variableSetterType" : "ActivityTaskScheduledEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskScheduledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskScheduledEventAttributes", "marshallLocationName" : "activityTaskScheduledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskScheduledEventAttributes If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskCanceledEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCanceledEventAttributes", "c2jName" : "activityTaskCanceledEventAttributes", "c2jShape" : "ActivityTaskCanceledEventAttributes", "variable" : { "variableName" : "activityTaskCanceledEventAttributes", "variableType" : "ActivityTaskCanceledEventAttributes", "variableDeclarationType" : "ActivityTaskCanceledEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCanceledEventAttributes", "variableSetterType" : "ActivityTaskCanceledEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCanceledEventAttributes", "variableType" : "ActivityTaskCanceledEventAttributes", "variableDeclarationType" : "ActivityTaskCanceledEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCanceledEventAttributes", "variableSetterType" : "ActivityTaskCanceledEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCanceledEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCanceledEventAttributes", "marshallLocationName" : "activityTaskCanceledEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCanceledEventAttributes If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CompleteWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "CompleteWorkflowExecutionFailedEventAttributes", "c2jName" : "completeWorkflowExecutionFailedEventAttributes", "c2jShape" : "CompleteWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "completeWorkflowExecutionFailedEventAttributes", "variableType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "completeWorkflowExecutionFailedEventAttributes", "variableType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "CompleteWorkflowExecutionFailedEventAttributes", "variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "CompleteWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "completeWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param completeWorkflowExecutionFailedEventAttributes If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartLambdaFunctionFailedEventAttributes" : { "documentation" : "", "name" : "StartLambdaFunctionFailedEventAttributes", "c2jName" : "startLambdaFunctionFailedEventAttributes", "c2jShape" : "StartLambdaFunctionFailedEventAttributes", "variable" : { "variableName" : "startLambdaFunctionFailedEventAttributes", "variableType" : "StartLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "StartLambdaFunctionFailedEventAttributes", "variableSetterType" : "StartLambdaFunctionFailedEventAttributes" }, "setterModel" : { "variableName" : "startLambdaFunctionFailedEventAttributes", "variableType" : "StartLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : "", "simpleType" : "StartLambdaFunctionFailedEventAttributes", "variableSetterType" : "StartLambdaFunctionFailedEventAttributes" }, "getterModel" : { "returnType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startLambdaFunctionFailedEventAttributes", "marshallLocationName" : "startLambdaFunctionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 startLambdaFunctionFailedEventAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param startLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param startLambdaFunctionFailedEventAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionCompletedEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionCompletedEventAttributes", "c2jName" : "childWorkflowExecutionCompletedEventAttributes", "c2jShape" : "ChildWorkflowExecutionCompletedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionCompletedEventAttributes", "variableType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionCompletedEventAttributes", "variableType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionCompletedEventAttributes", "marshallLocationName" : "childWorkflowExecutionCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionCompletedEventAttributes If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ChildWorkflowExecutionFailedEventAttributes", "c2jName" : "childWorkflowExecutionFailedEventAttributes", "c2jShape" : "ChildWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "childWorkflowExecutionFailedEventAttributes", "variableType" : "ChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "childWorkflowExecutionFailedEventAttributes", "variableType" : "ChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "ChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "childWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "childWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param childWorkflowExecutionFailedEventAttributes If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityTaskCancelRequestedEventAttributes" : { "documentation" : "

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "ActivityTaskCancelRequestedEventAttributes", "c2jName" : "activityTaskCancelRequestedEventAttributes", "c2jShape" : "ActivityTaskCancelRequestedEventAttributes", "variable" : { "variableName" : "activityTaskCancelRequestedEventAttributes", "variableType" : "ActivityTaskCancelRequestedEventAttributes", "variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : "

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "ActivityTaskCancelRequestedEventAttributes", "variableSetterType" : "ActivityTaskCancelRequestedEventAttributes" }, "setterModel" : { "variableName" : "activityTaskCancelRequestedEventAttributes", "variableType" : "ActivityTaskCancelRequestedEventAttributes", "variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : "", "simpleType" : "ActivityTaskCancelRequestedEventAttributes", "variableSetterType" : "ActivityTaskCancelRequestedEventAttributes" }, "getterModel" : { "returnType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "activityTaskCancelRequestedEventAttributes", "marshallLocationName" : "activityTaskCancelRequestedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param activityTaskCancelRequestedEventAttributes If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestCancelActivityTaskFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelActivityTaskFailedEventAttributes", "c2jName" : "requestCancelActivityTaskFailedEventAttributes", "c2jShape" : "RequestCancelActivityTaskFailedEventAttributes", "variable" : { "variableName" : "requestCancelActivityTaskFailedEventAttributes", "variableType" : "RequestCancelActivityTaskFailedEventAttributes", "variableDeclarationType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelActivityTaskFailedEventAttributes", "variableSetterType" : "RequestCancelActivityTaskFailedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelActivityTaskFailedEventAttributes", "variableType" : "RequestCancelActivityTaskFailedEventAttributes", "variableDeclarationType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelActivityTaskFailedEventAttributes", "variableSetterType" : "RequestCancelActivityTaskFailedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelActivityTaskFailedEventAttributes", "marshallLocationName" : "requestCancelActivityTaskFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelActivityTaskFailedEventAttributes If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" : { "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param requestCancelExternalWorkflowExecutionInitiatedEventAttributes If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DecisionTaskStartedEventAttributes" : { "documentation" : "

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskStartedEventAttributes", "c2jName" : "decisionTaskStartedEventAttributes", "c2jShape" : "DecisionTaskStartedEventAttributes", "variable" : { "variableName" : "decisionTaskStartedEventAttributes", "variableType" : "DecisionTaskStartedEventAttributes", "variableDeclarationType" : "DecisionTaskStartedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskStartedEventAttributes", "variableSetterType" : "DecisionTaskStartedEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskStartedEventAttributes", "variableType" : "DecisionTaskStartedEventAttributes", "variableDeclarationType" : "DecisionTaskStartedEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskStartedEventAttributes", "variableSetterType" : "DecisionTaskStartedEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskStartedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskStartedEventAttributes", "marshallLocationName" : "decisionTaskStartedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskStartedEventAttributes If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DecisionTaskCompletedEventAttributes" : { "documentation" : "

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "DecisionTaskCompletedEventAttributes", "c2jName" : "decisionTaskCompletedEventAttributes", "c2jShape" : "DecisionTaskCompletedEventAttributes", "variable" : { "variableName" : "decisionTaskCompletedEventAttributes", "variableType" : "DecisionTaskCompletedEventAttributes", "variableDeclarationType" : "DecisionTaskCompletedEventAttributes", "documentation" : "

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "DecisionTaskCompletedEventAttributes", "variableSetterType" : "DecisionTaskCompletedEventAttributes" }, "setterModel" : { "variableName" : "decisionTaskCompletedEventAttributes", "variableType" : "DecisionTaskCompletedEventAttributes", "variableDeclarationType" : "DecisionTaskCompletedEventAttributes", "documentation" : "", "simpleType" : "DecisionTaskCompletedEventAttributes", "variableSetterType" : "DecisionTaskCompletedEventAttributes" }, "getterModel" : { "returnType" : "DecisionTaskCompletedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionTaskCompletedEventAttributes", "marshallLocationName" : "decisionTaskCompletedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param decisionTaskCompletedEventAttributes If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SignalExternalWorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "SignalExternalWorkflowExecutionFailedEventAttributes", "c2jName" : "signalExternalWorkflowExecutionFailedEventAttributes", "c2jShape" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionFailedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionFailedEventAttributes", "variableType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionFailedEventAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param signalExternalWorkflowExecutionFailedEventAttributes If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionFailedEventAttributes" : { "documentation" : "

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "name" : "WorkflowExecutionFailedEventAttributes", "c2jName" : "workflowExecutionFailedEventAttributes", "c2jShape" : "WorkflowExecutionFailedEventAttributes", "variable" : { "variableName" : "workflowExecutionFailedEventAttributes", "variableType" : "WorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "WorkflowExecutionFailedEventAttributes", "documentation" : "

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  ", "simpleType" : "WorkflowExecutionFailedEventAttributes", "variableSetterType" : "WorkflowExecutionFailedEventAttributes" }, "setterModel" : { "variableName" : "workflowExecutionFailedEventAttributes", "variableType" : "WorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "WorkflowExecutionFailedEventAttributes", "documentation" : "", "simpleType" : "WorkflowExecutionFailedEventAttributes", "variableSetterType" : "WorkflowExecutionFailedEventAttributes" }, "getterModel" : { "returnType" : "WorkflowExecutionFailedEventAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionFailedEventAttributes", "marshallLocationName" : "workflowExecutionFailedEventAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "getterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@return If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.*/", "fluentSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.

                                                  \n@param workflowExecutionFailedEventAttributes If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It is not set for other event types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaFunctionTimedOutEventAttributes" : { "c2jName" : "LambdaFunctionTimedOutEventAttributes", "documentation" : "

                                                  Provides details for the LambdaFunctionTimedOut event.

                                                  ", "shapeName" : "LambdaFunctionTimedOutEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, { "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The type of the timeout that caused this event.

                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "LambdaFunctionTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The type of the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "LambdaFunctionTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@see LambdaFunctionTimeoutType*/", "getterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@return The type of the timeout that caused this event.\n@see LambdaFunctionTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LambdaFunctionTimeoutType*/", "varargSetterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LambdaFunctionTimeoutType*/" } ], "enums" : null, "variable" : { "variableName" : "lambdaFunctionTimedOutEventAttributes", "variableType" : "LambdaFunctionTimedOutEventAttributes", "variableDeclarationType" : "LambdaFunctionTimedOutEventAttributes", "documentation" : null, "simpleType" : "LambdaFunctionTimedOutEventAttributes", "variableSetterType" : "LambdaFunctionTimedOutEventAttributes" }, "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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, "TimeoutType" : { "documentation" : "

                                                  The type of the timeout that caused this event.

                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "LambdaFunctionTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The type of the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "LambdaFunctionTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@see LambdaFunctionTimeoutType*/", "getterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@return The type of the timeout that caused this event.\n@see LambdaFunctionTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LambdaFunctionTimeoutType*/", "varargSetterDocumentation" : "/**

                                                  The type of the timeout that caused this event.

                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LambdaFunctionTimeoutType*/" }, "StartedEventId" : { "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DomainInfos" : { "c2jName" : "DomainInfos", "documentation" : "

                                                  Contains a paginated collection of DomainInfo structures.

                                                  ", "shapeName" : "DomainInfos", "deprecated" : false, "required" : [ "domainInfos" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  A list of DomainInfo structures.

                                                  ", "name" : "DomainInfos", "c2jName" : "domainInfos", "c2jShape" : "DomainInfoList", "variable" : { "variableName" : "domainInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                  A list of DomainInfo structures.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainInfos", "marshallLocationName" : "domainInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "DomainInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@param domainInfos A list of DomainInfo structures.*/", "getterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@return A list of DomainInfo structures.*/", "fluentSetterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@param domainInfos A list of DomainInfo structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainInfos(java.util.Collection)} or {@link #withDomainInfos(java.util.Collection)} if you want to override the existing values.

                                                  \n@param domainInfos A list of DomainInfo structures.\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, "uri" : false, "header" : 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" : "domainInfos", "variableType" : "DomainInfos", "variableDeclarationType" : "DomainInfos", "documentation" : null, "simpleType" : "DomainInfos", "variableSetterType" : "DomainInfos" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "DomainInfos" : { "documentation" : "

                                                  A list of DomainInfo structures.

                                                  ", "name" : "DomainInfos", "c2jName" : "domainInfos", "c2jShape" : "DomainInfoList", "variable" : { "variableName" : "domainInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                  A list of DomainInfo structures.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainInfos", "marshallLocationName" : "domainInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "DomainInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@param domainInfos A list of DomainInfo structures.*/", "getterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@return A list of DomainInfo structures.*/", "fluentSetterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n@param domainInfos A list of DomainInfo structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of DomainInfo structures.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainInfos(java.util.Collection)} or {@link #withDomainInfos(java.util.Collection)} if you want to override the existing values.

                                                  \n@param domainInfos A list of DomainInfo structures.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaFunctionCompletedEventAttributes" : { "c2jName" : "LambdaFunctionCompletedEventAttributes", "documentation" : "

                                                  Provides details for the LambdaFunctionCompleted event.

                                                  ", "shapeName" : "LambdaFunctionCompletedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, { "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The result of the function execution (if any).

                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The result of the function execution (if any).

                                                  ", "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, "uri" : false, "header" : 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 function execution (if any).

                                                  \n@param result The result of the function execution (if any).*/", "getterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@return The result of the function execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@param result The result of the function execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@param result The result of the function execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lambdaFunctionCompletedEventAttributes", "variableType" : "LambdaFunctionCompletedEventAttributes", "variableDeclarationType" : "LambdaFunctionCompletedEventAttributes", "documentation" : null, "simpleType" : "LambdaFunctionCompletedEventAttributes", "variableSetterType" : "LambdaFunctionCompletedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

                                                  The result of the function execution (if any).

                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The result of the function execution (if any).

                                                  ", "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, "uri" : false, "header" : 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 function execution (if any).

                                                  \n@param result The result of the function execution (if any).*/", "getterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@return The result of the function execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@param result The result of the function execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The result of the function execution (if any).

                                                  \n@param result The result of the function execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduledEventId" : { "documentation" : "

                                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, "StartedEventId" : { "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkflowTypeInfos" : { "c2jName" : "WorkflowTypeInfos", "documentation" : "

                                                  Contains a paginated list of information structures about workflow types.

                                                  ", "shapeName" : "WorkflowTypeInfos", "deprecated" : false, "required" : [ "typeInfos" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The list of workflow type information.

                                                  ", "name" : "TypeInfos", "c2jName" : "typeInfos", "c2jShape" : "WorkflowTypeInfoList", "variable" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                  The list of workflow type information.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfos", "marshallLocationName" : "typeInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WorkflowTypeInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WorkflowTypeInfo", "variable" : { "variableName" : "member", "variableType" : "WorkflowTypeInfo", "variableDeclarationType" : "WorkflowTypeInfo", "documentation" : "", "simpleType" : "WorkflowTypeInfo", "variableSetterType" : "WorkflowTypeInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "WorkflowTypeInfo", "variableDeclarationType" : "WorkflowTypeInfo", "documentation" : "", "simpleType" : "WorkflowTypeInfo", "variableSetterType" : "WorkflowTypeInfo" }, "getterModel" : { "returnType" : "WorkflowTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "WorkflowTypeInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@param typeInfos The list of workflow type information.*/", "getterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@return The list of workflow type information.*/", "fluentSetterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@param typeInfos The list of workflow type information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.

                                                  \n@param typeInfos The list of workflow type information.\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, "uri" : false, "header" : 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" : "workflowTypeInfos", "variableType" : "WorkflowTypeInfos", "variableDeclarationType" : "WorkflowTypeInfos", "documentation" : null, "simpleType" : "WorkflowTypeInfos", "variableSetterType" : "WorkflowTypeInfos" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "TypeInfos" : { "documentation" : "

                                                  The list of workflow type information.

                                                  ", "name" : "TypeInfos", "c2jName" : "typeInfos", "c2jShape" : "WorkflowTypeInfoList", "variable" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                  The list of workflow type information.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfos", "marshallLocationName" : "typeInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WorkflowTypeInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WorkflowTypeInfo", "variable" : { "variableName" : "member", "variableType" : "WorkflowTypeInfo", "variableDeclarationType" : "WorkflowTypeInfo", "documentation" : "", "simpleType" : "WorkflowTypeInfo", "variableSetterType" : "WorkflowTypeInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "WorkflowTypeInfo", "variableDeclarationType" : "WorkflowTypeInfo", "documentation" : "", "simpleType" : "WorkflowTypeInfo", "variableSetterType" : "WorkflowTypeInfo" }, "getterModel" : { "returnType" : "WorkflowTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "WorkflowTypeInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@param typeInfos The list of workflow type information.*/", "getterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@return The list of workflow type information.*/", "fluentSetterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n@param typeInfos The list of workflow type information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The list of workflow type information.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.

                                                  \n@param typeInfos The list of workflow type information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" } } }, "TaskList" : { "c2jName" : "TaskList", "documentation" : "

                                                  Represents a task list.

                                                  ", "shapeName" : "TaskList", "deprecated" : false, "required" : [ "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the task list.

                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the task list.

                                                  ", "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, "uri" : false, "header" : 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 task list.

                                                  \n@param name 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 name 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 name 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" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : null, "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                  The name of the task list.

                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the task list.

                                                  ", "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, "uri" : false, "header" : 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 task list.

                                                  \n@param name 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 name 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 name The name of the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnknownResourceException" : { "c2jName" : "UnknownResourceFault", "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.

                                                  ", "shapeName" : "UnknownResourceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "unknownResourceException", "variableType" : "UnknownResourceException", "variableDeclarationType" : "UnknownResourceException", "documentation" : null, "simpleType" : "UnknownResourceException", "variableSetterType" : "UnknownResourceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnknownResourceFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionTerminatedEventAttributes" : { "c2jName" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : "

                                                  Provides details of the WorkflowExecutionTerminated event.

                                                  ", "shapeName" : "WorkflowExecutionTerminatedEventAttributes", "deprecated" : false, "required" : [ "childPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The reason provided for the termination (if any).

                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "TerminateReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The reason provided for the termination (if any).

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the termination (if any).

                                                  \n@param reason The reason provided for the termination (if any).*/", "getterDocumentation" : "/**

                                                  The reason provided for the termination (if any).

                                                  \n@return The reason provided for the termination (if any).*/", "fluentSetterDocumentation" : "/**

                                                  The reason provided for the termination (if any).

                                                  \n@param reason The reason provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The reason provided for the termination (if any).

                                                  \n@param reason The reason provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The details provided for the termination (if any).

                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The details provided for the termination (if any).

                                                  ", "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, "uri" : false, "header" : 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 details provided for the termination (if any).

                                                  \n@param details The details provided for the termination (if any).*/", "getterDocumentation" : "/**

                                                  The details provided for the termination (if any).

                                                  \n@return The details provided for the termination (if any).*/", "fluentSetterDocumentation" : "/**

                                                  The details provided for the termination (if any).

                                                  \n@param details The details provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The details provided for the termination (if any).

                                                  \n@param details The details provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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, "uri" : false, "header" : 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*/" }, { "documentation" : "

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          ", "name" : "Cause", "c2jName" : "cause", "c2jShape" : "WorkflowExecutionTerminatedCause", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkflowExecutionTerminatedCause", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@see WorkflowExecutionTerminatedCause*/", "getterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@return If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@see WorkflowExecutionTerminatedCause*/", "fluentSetterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTerminatedCause*/", "varargSetterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTerminatedCause*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionTerminatedEventAttributes", "variableType" : "WorkflowExecutionTerminatedEventAttributes", "variableDeclarationType" : "WorkflowExecutionTerminatedEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionTerminatedEventAttributes", "variableSetterType" : "WorkflowExecutionTerminatedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                          The details provided for the termination (if any).

                                                          ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The details provided for the termination (if any).

                                                          ", "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, "uri" : false, "header" : 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 details provided for the termination (if any).

                                                          \n@param details The details provided for the termination (if any).*/", "getterDocumentation" : "/**

                                                          The details provided for the termination (if any).

                                                          \n@return The details provided for the termination (if any).*/", "fluentSetterDocumentation" : "/**

                                                          The details provided for the termination (if any).

                                                          \n@param details The details provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The details provided for the termination (if any).

                                                          \n@param details The details provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Cause" : { "documentation" : "

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          ", "name" : "Cause", "c2jName" : "cause", "c2jShape" : "WorkflowExecutionTerminatedCause", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkflowExecutionTerminatedCause", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@see WorkflowExecutionTerminatedCause*/", "getterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@return If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@see WorkflowExecutionTerminatedCause*/", "fluentSetterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTerminatedCause*/", "varargSetterDocumentation" : "/**

                                                          If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

                                                          \n@param cause If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTerminatedCause*/" }, "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, "uri" : false, "header" : 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*/" }, "Reason" : { "documentation" : "

                                                                  The reason provided for the termination (if any).

                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "TerminateReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The reason provided for the termination (if any).

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the termination (if any).

                                                                  \n@param reason The reason provided for the termination (if any).*/", "getterDocumentation" : "/**

                                                                  The reason provided for the termination (if any).

                                                                  \n@return The reason provided for the termination (if any).*/", "fluentSetterDocumentation" : "/**

                                                                  The reason provided for the termination (if any).

                                                                  \n@param reason The reason provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The reason provided for the termination (if any).

                                                                  \n@param reason The reason provided for the termination (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkflowExecutionConfiguration" : { "c2jName" : "WorkflowExecutionConfiguration", "documentation" : "

                                                                  The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.

                                                                  ", "shapeName" : "WorkflowExecutionConfiguration", "deprecated" : false, "required" : [ "taskStartToCloseTimeout", "executionStartToCloseTimeout", "taskList", "childPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSeconds", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  ", "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, "uri" : false, "header" : 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 duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                  The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@return The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                  The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSeconds", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  ", "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, "uri" : false, "header" : 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.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                  The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@return The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                  The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                  \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The task list used for the decision tasks generated for this workflow execution.

                                                                  ", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                  The task list used for the decision tasks generated for this workflow execution.

                                                                  ", "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, "uri" : false, "header" : 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 used for the decision tasks generated for this workflow execution.

                                                                  \n@param taskList The task list used for the decision tasks generated for this workflow execution.*/", "getterDocumentation" : "/**

                                                                  The task list used for the decision tasks generated for this workflow execution.

                                                                  \n@return The task list used for the decision tasks generated for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                  The task list used for the decision tasks generated for this workflow execution.

                                                                  \n@param taskList The task list used for the decision tasks generated for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The task list used for the decision tasks generated for this workflow execution.

                                                                  \n@param taskList The task list used for the decision tasks generated for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The priority assigned to decision tasks for this workflow execution. 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" : "

                                                                  The priority assigned to decision tasks for this workflow execution. 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, "uri" : false, "header" : 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 priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                  The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                  The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                  The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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 policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                  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, "uri" : false, "header" : 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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                    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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                    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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                      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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                      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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                        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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                        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 IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          ", "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, "uri" : false, "header" : 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 IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@return The IAM role used by this workflow execution when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionConfiguration", "variableType" : "WorkflowExecutionConfiguration", "variableDeclarationType" : "WorkflowExecutionConfiguration", "documentation" : null, "simpleType" : "WorkflowExecutionConfiguration", "variableSetterType" : "WorkflowExecutionConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TaskList" : { "documentation" : "

                                                                          The task list used for the decision tasks generated for this workflow execution.

                                                                          ", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                          The task list used for the decision tasks generated for this workflow execution.

                                                                          ", "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, "uri" : false, "header" : 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 used for the decision tasks generated for this workflow execution.

                                                                          \n@param taskList The task list used for the decision tasks generated for this workflow execution.*/", "getterDocumentation" : "/**

                                                                          The task list used for the decision tasks generated for this workflow execution.

                                                                          \n@return The task list used for the decision tasks generated for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                          The task list used for the decision tasks generated for this workflow execution.

                                                                          \n@param taskList The task list used for the decision tasks generated for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The task list used for the decision tasks generated for this workflow execution.

                                                                          \n@param taskList The task list used for the decision tasks generated for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaRole" : { "documentation" : "

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          ", "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, "uri" : false, "header" : 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 IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@return The IAM role used by this workflow execution when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The IAM role used by this workflow execution when invoking AWS Lambda functions.

                                                                          \n@param lambdaRole The IAM role used by this workflow execution when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskStartToCloseTimeout" : { "documentation" : "

                                                                          The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSeconds", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          ", "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, "uri" : false, "header" : 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 duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                          The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@return The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                          The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param taskStartToCloseTimeout The maximum duration allowed for decision tasks for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskPriority" : { "documentation" : "

                                                                          The priority assigned to decision tasks for this workflow execution. 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" : "

                                                                          The priority assigned to decision tasks for this workflow execution. 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, "uri" : false, "header" : 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 priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                          The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                          The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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" : "/**

                                                                          The priority assigned to decision tasks for this workflow execution. 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 The priority assigned to decision tasks for this workflow execution. 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.*/" }, "ExecutionStartToCloseTimeout" : { "documentation" : "

                                                                          The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSeconds", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          ", "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, "uri" : false, "header" : 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.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                          The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@return The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                          The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                          \n@param executionStartToCloseTimeout The total duration for this workflow execution.

                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildPolicy" : { "documentation" : "

                                                                          The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                          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, "uri" : false, "header" : 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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                            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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                            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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                              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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                              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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                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*/" } } }, "ChildWorkflowExecutionTimedOutEventAttributes" : { "c2jName" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : "

                                                                                  Provides details of the ChildWorkflowExecutionTimedOut event.

                                                                                  ", "shapeName" : "ChildWorkflowExecutionTimedOutEventAttributes", "deprecated" : false, "required" : [ "workflowExecution", "workflowType", "timeoutType", "initiatedEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The child workflow execution that timed out.

                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                  The child workflow execution that timed out.

                                                                                  ", "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, "uri" : false, "header" : 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 timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.*/", "getterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@return The child workflow execution that timed out.*/", "fluentSetterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.\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, "uri" : false, "header" : 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 type of the timeout that caused the child workflow execution to time out.

                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "WorkflowExecutionTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  ", "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, "uri" : false, "header" : 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 the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/", "getterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@return The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/" }, { "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : "childWorkflowExecutionTimedOutEventAttributes", "variableType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes", "documentation" : null, "simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes", "variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimeoutType" : { "documentation" : "

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "WorkflowExecutionTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  ", "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, "uri" : false, "header" : 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 the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/", "getterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@return The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                  The type of the timeout that caused the child workflow execution to time out.

                                                                                  \n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "WorkflowExecution" : { "documentation" : "

                                                                                  The child workflow execution that timed out.

                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                  The child workflow execution that timed out.

                                                                                  ", "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, "uri" : false, "header" : 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 timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.*/", "getterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@return The child workflow execution that timed out.*/", "fluentSetterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The child workflow execution that timed out.

                                                                                  \n@param workflowExecution The child workflow execution that timed out.\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, "uri" : false, "header" : 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.*/" } } }, "WorkflowTypeInfo" : { "c2jName" : "WorkflowTypeInfo", "documentation" : "

                                                                                  Contains information about a workflow type.

                                                                                  ", "shapeName" : "WorkflowTypeInfo", "deprecated" : false, "required" : [ "workflowType", "status", "creationDate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The workflow type this information is about.

                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                  The workflow type this information is about.

                                                                                  ", "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, "uri" : false, "header" : 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 this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.*/", "getterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@return The workflow type this information is about.*/", "fluentSetterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The current status of the workflow type.

                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The current status of the workflow type.

                                                                                  ", "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, "uri" : false, "header" : 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 current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@return The current status of the workflow type.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "documentation" : "

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  ", "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, "uri" : false, "header" : 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 type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.*/", "getterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@return The description of the type registered through RegisterWorkflowType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The date when this type was registered.

                                                                                  ", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The date when this type was registered.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.*/", "getterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@return The date when this type was registered.*/", "fluentSetterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  ", "name" : "DeprecationDate", "c2jName" : "deprecationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deprecationDate", "marshallLocationName" : "deprecationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.*/", "getterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@return If the type is in deprecated state, then it is set to the date when the type was deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowTypeInfo", "variableType" : "WorkflowTypeInfo", "variableDeclarationType" : "WorkflowTypeInfo", "documentation" : null, "simpleType" : "WorkflowTypeInfo", "variableSetterType" : "WorkflowTypeInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                  The current status of the workflow type.

                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The current status of the workflow type.

                                                                                  ", "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, "uri" : false, "header" : 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 current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@return The current status of the workflow type.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                  The current status of the workflow type.

                                                                                  \n@param status The current status of the workflow type.\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 type registered through RegisterWorkflowType.

                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  ", "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, "uri" : false, "header" : 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 type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.*/", "getterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@return The description of the type registered through RegisterWorkflowType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The description of the type registered through RegisterWorkflowType.

                                                                                  \n@param description The description of the type registered through RegisterWorkflowType.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeprecationDate" : { "documentation" : "

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  ", "name" : "DeprecationDate", "c2jName" : "deprecationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deprecationDate", "marshallLocationName" : "deprecationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.*/", "getterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@return If the type is in deprecated state, then it is set to the date when the type was deprecated.*/", "fluentSetterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If the type is in deprecated state, then it is set to the date when the type was deprecated.

                                                                                  \n@param deprecationDate If the type is in deprecated state, then it is set to the date when the type was deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

                                                                                  The date when this type was registered.

                                                                                  ", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The date when this type was registered.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.*/", "getterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@return The date when this type was registered.*/", "fluentSetterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The date when this type was registered.

                                                                                  \n@param creationDate The date when this type was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                  The workflow type this information is about.

                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                  The workflow type this information is about.

                                                                                  ", "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, "uri" : false, "header" : 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 this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.*/", "getterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@return The workflow type this information is about.*/", "fluentSetterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The workflow type this information is about.

                                                                                  \n@param workflowType The workflow type this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { } }, "ActivityTypeInfo" : { "c2jName" : "ActivityTypeInfo", "documentation" : "

                                                                                  Detailed information about an activity type.

                                                                                  ", "shapeName" : "ActivityTypeInfo", "deprecated" : false, "required" : [ "activityType", "status", "creationDate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  ", "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, "uri" : false, "header" : 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 ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.*/", "getterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@return The ActivityType type structure representing the activity type.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The current status of the activity type.

                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The current status of the activity type.

                                                                                  ", "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, "uri" : false, "header" : 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 current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@return The current status of the activity type.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "documentation" : "

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  ", "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, "uri" : false, "header" : 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 activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.*/", "getterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@return The description of the activity type provided in RegisterActivityType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  ", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.*/", "getterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@return The date and time this activity type was created through RegisterActivityType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  ", "name" : "DeprecationDate", "c2jName" : "deprecationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deprecationDate", "marshallLocationName" : "deprecationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.*/", "getterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@return If DEPRECATED, the date and time DeprecateActivityType was called.*/", "fluentSetterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTypeInfo", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : null, "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                  The current status of the activity type.

                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The current status of the activity type.

                                                                                  ", "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, "uri" : false, "header" : 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 current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@return The current status of the activity type.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                  The current status of the activity type.

                                                                                  \n@param status The current status of the activity type.\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 activity type provided in RegisterActivityType.

                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  ", "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, "uri" : false, "header" : 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 activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.*/", "getterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@return The description of the activity type provided in RegisterActivityType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The description of the activity type provided in RegisterActivityType.

                                                                                  \n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeprecationDate" : { "documentation" : "

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  ", "name" : "DeprecationDate", "c2jName" : "deprecationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deprecationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deprecationDate", "marshallLocationName" : "deprecationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.*/", "getterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@return If DEPRECATED, the date and time DeprecateActivityType was called.*/", "fluentSetterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If DEPRECATED, the date and time DeprecateActivityType was called.

                                                                                  \n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityType" : { "documentation" : "

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  ", "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, "uri" : false, "header" : 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 ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.*/", "getterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@return The ActivityType type structure representing the activity type.*/", "fluentSetterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The ActivityType type structure representing the activity type.

                                                                                  \n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  ", "name" : "CreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "creationDate", "marshallLocationName" : "creationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.*/", "getterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@return The date and time this activity type was created through RegisterActivityType.*/", "fluentSetterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The date and time this activity type was created through RegisterActivityType.

                                                                                  \n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StartLambdaFunctionFailedCause" : { "c2jName" : "StartLambdaFunctionFailedCause", "documentation" : "", "shapeName" : "StartLambdaFunctionFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ASSUME_ROLE_FAILED", "value" : "ASSUME_ROLE_FAILED" } ], "variable" : { "variableName" : "startLambdaFunctionFailedCause", "variableType" : "StartLambdaFunctionFailedCause", "variableDeclarationType" : "StartLambdaFunctionFailedCause", "documentation" : null, "simpleType" : "StartLambdaFunctionFailedCause", "variableSetterType" : "StartLambdaFunctionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ActivityTaskCompletedEventAttributes" : { "c2jName" : "ActivityTaskCompletedEventAttributes", "documentation" : "

                                                                                  Provides details of the ActivityTaskCompleted event.

                                                                                  ", "shapeName" : "ActivityTaskCompletedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The results of the activity task (if any).

                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The results of the activity task (if any).

                                                                                  ", "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, "uri" : false, "header" : 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 results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).*/", "getterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@return The results of the activity task (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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" : "activityTaskCompletedEventAttributes", "variableType" : "ActivityTaskCompletedEventAttributes", "variableDeclarationType" : "ActivityTaskCompletedEventAttributes", "documentation" : null, "simpleType" : "ActivityTaskCompletedEventAttributes", "variableSetterType" : "ActivityTaskCompletedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

                                                                                  The results of the activity task (if any).

                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The results of the activity task (if any).

                                                                                  ", "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, "uri" : false, "header" : 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 results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).*/", "getterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@return The results of the activity task (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The results of the activity task (if any).

                                                                                  \n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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, "uri" : false, "header" : 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.*/" }, "StartedEventId" : { "documentation" : "

                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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.*/" } } }, "WorkflowExecutionContinuedAsNewEventAttributes" : { "c2jName" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : "

                                                                                  Provides details of the WorkflowExecutionContinuedAsNew event.

                                                                                  ", "shapeName" : "WorkflowExecutionContinuedAsNewEventAttributes", "deprecated" : false, "required" : [ "decisionTaskCompletedEventId", "newExecutionRunId", "taskList", "childPolicy", "workflowType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The input provided to the new workflow execution.

                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The input provided to the new 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, "uri" : false, "header" : 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 new workflow execution.

                                                                                  \n@param input The input provided to the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                  The input provided to the new workflow execution.

                                                                                  \n@return The input provided to the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                  The input provided to the new workflow execution.

                                                                                  \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The input provided to the new workflow execution.

                                                                                  \n@param input The input provided to the new workflow execution.\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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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, "uri" : false, "header" : 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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.*/" }, { "documentation" : "

                                                                                  The runId of the new workflow execution.

                                                                                  ", "name" : "NewExecutionRunId", "c2jName" : "newExecutionRunId", "c2jShape" : "RunId", "variable" : { "variableName" : "newExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The runId of the new workflow execution.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newExecutionRunId", "marshallLocationName" : "newExecutionRunId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 new workflow execution.

                                                                                  \n@param newExecutionRunId The runId of the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                  The runId of the new workflow execution.

                                                                                  \n@return The runId of the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                  The runId of the new workflow execution.

                                                                                  \n@param newExecutionRunId The runId of the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The runId of the new workflow execution.

                                                                                  \n@param newExecutionRunId The runId of the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  ", "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, "uri" : false, "header" : 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 allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                  The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@return The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                  The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "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, "uri" : false, "header" : 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 taskList */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TaskPriority", "c2jName" : "taskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "taskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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, "uri" : false, "header" : 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 taskPriority */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  ", "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, "uri" : false, "header" : 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 duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                  The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@return The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                  The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                  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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                  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, "uri" : false, "header" : 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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                  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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                  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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                    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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                    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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                      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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                      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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                        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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                        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 associated with the new workflow execution.

                                                                                          ", "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 new workflow execution.

                                                                                          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@param tagList The list of tags associated with the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@return The list of tags associated with the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@param tagList The list of tags associated with the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n

                                                                                          NOTE: 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 associated with the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "", "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, "uri" : false, "header" : 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 workflowType */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param workflowType \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param workflowType \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionContinuedAsNewEventAttributes", "variableType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableDeclarationType" : "WorkflowExecutionContinuedAsNewEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionContinuedAsNewEventAttributes", "variableSetterType" : "WorkflowExecutionContinuedAsNewEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NewExecutionRunId" : { "documentation" : "

                                                                                          The runId of the new workflow execution.

                                                                                          ", "name" : "NewExecutionRunId", "c2jName" : "newExecutionRunId", "c2jShape" : "RunId", "variable" : { "variableName" : "newExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The runId of the new workflow execution.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newExecutionRunId", "marshallLocationName" : "newExecutionRunId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 new workflow execution.

                                                                                          \n@param newExecutionRunId The runId of the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                          The runId of the new workflow execution.

                                                                                          \n@return The runId of the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                          The runId of the new workflow execution.

                                                                                          \n@param newExecutionRunId The runId of the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The runId of the new workflow execution.

                                                                                          \n@param newExecutionRunId The runId of the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagList" : { "documentation" : "

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          ", "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 new workflow execution.

                                                                                          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@param tagList The list of tags associated with the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@return The list of tags associated with the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n@param tagList The list of tags associated with the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The list of tags associated with the new workflow execution.

                                                                                          \n

                                                                                          NOTE: 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 associated with the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                          The input provided to the new workflow execution.

                                                                                          ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The input provided to the new 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, "uri" : false, "header" : 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 new workflow execution.

                                                                                          \n@param input The input provided to the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                          The input provided to the new workflow execution.

                                                                                          \n@return The input provided to the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                          The input provided to the new workflow execution.

                                                                                          \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The input provided to the new workflow execution.

                                                                                          \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "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, "uri" : false, "header" : 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 taskList */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaRole" : { "documentation" : "

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskStartToCloseTimeout" : { "documentation" : "

                                                                                          The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          ", "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, "uri" : false, "header" : 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 duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                          The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@return The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                          The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskPriority" : { "documentation" : "", "name" : "TaskPriority", "c2jName" : "taskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "taskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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, "uri" : false, "header" : 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 taskPriority */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskPriority \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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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, "uri" : false, "header" : 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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.*/" }, "ExecutionStartToCloseTimeout" : { "documentation" : "

                                                                                          The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          ", "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, "uri" : false, "header" : 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 allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                          The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@return The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                          The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                          \n@param executionStartToCloseTimeout The total duration allowed for the new workflow execution.

                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "", "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, "uri" : false, "header" : 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 workflowType */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param workflowType \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param workflowType \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildPolicy" : { "documentation" : "

                                                                                          The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                          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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                          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, "uri" : false, "header" : 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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                          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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                          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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                            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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                            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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                              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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                              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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                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 to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                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*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "DomainDetail" : { "c2jName" : "DomainDetail", "documentation" : "

                                                                                                  Contains details of a domain.

                                                                                                  ", "shapeName" : "DomainDetail", "deprecated" : false, "required" : [ "domainInfo", "configuration" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "DomainInfo", "c2jName" : "domainInfo", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "domainInfo", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "domainInfo", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainInfo", "marshallLocationName" : "domainInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 domainInfo */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param domainInfo \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param domainInfo \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "DomainConfiguration", "variable" : { "variableName" : "configuration", "variableType" : "DomainConfiguration", "variableDeclarationType" : "DomainConfiguration", "documentation" : "", "simpleType" : "DomainConfiguration", "variableSetterType" : "DomainConfiguration" }, "setterModel" : { "variableName" : "configuration", "variableType" : "DomainConfiguration", "variableDeclarationType" : "DomainConfiguration", "documentation" : "", "simpleType" : "DomainConfiguration", "variableSetterType" : "DomainConfiguration" }, "getterModel" : { "returnType" : "DomainConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "domainDetail", "variableType" : "DomainDetail", "variableDeclarationType" : "DomainDetail", "documentation" : null, "simpleType" : "DomainDetail", "variableSetterType" : "DomainDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainInfo" : { "documentation" : "", "name" : "DomainInfo", "c2jName" : "domainInfo", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "domainInfo", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "domainInfo", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainInfo", "marshallLocationName" : "domainInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 domainInfo */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param domainInfo \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param domainInfo \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Configuration" : { "documentation" : "", "name" : "Configuration", "c2jName" : "configuration", "c2jShape" : "DomainConfiguration", "variable" : { "variableName" : "configuration", "variableType" : "DomainConfiguration", "variableDeclarationType" : "DomainConfiguration", "documentation" : "", "simpleType" : "DomainConfiguration", "variableSetterType" : "DomainConfiguration" }, "setterModel" : { "variableName" : "configuration", "variableType" : "DomainConfiguration", "variableDeclarationType" : "DomainConfiguration", "documentation" : "", "simpleType" : "DomainConfiguration", "variableSetterType" : "DomainConfiguration" }, "getterModel" : { "returnType" : "DomainConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "configuration", "marshallLocationName" : "configuration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkflowType" : { "c2jName" : "WorkflowType", "documentation" : "

                                                                                                  Represents a workflow type.

                                                                                                  ", "shapeName" : "WorkflowType", "deprecated" : false, "required" : [ "name", "version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "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, "uri" : false, "header" : 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 name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@return Required. The name of the workflow type.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@return Required. The version of the workflow type.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : null, "simpleType" : "WorkflowType", "variableSetterType" : "WorkflowType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "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, "uri" : false, "header" : 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 name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@return Required. The name of the workflow type.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Required. The name of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param name Required. The name of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@return Required. The version of the workflow type.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Required. The version of the workflow type.

                                                                                                  The combination of workflow type name and version must be unique with in a domain.\n@param version Required. The version of the workflow type.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaFunctionFailedEventAttributes" : { "c2jName" : "LambdaFunctionFailedEventAttributes", "documentation" : "

                                                                                                  Provides details for the LambdaFunctionFailed event.

                                                                                                  ", "shapeName" : "LambdaFunctionFailedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, { "documentation" : "

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The reason provided for the failure (if any).

                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The reason provided for the failure (if any).

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@return The reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The details of the failure (if any).

                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The details of the failure (if any).

                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lambdaFunctionFailedEventAttributes", "variableType" : "LambdaFunctionFailedEventAttributes", "variableDeclarationType" : "LambdaFunctionFailedEventAttributes", "documentation" : null, "simpleType" : "LambdaFunctionFailedEventAttributes", "variableSetterType" : "LambdaFunctionFailedEventAttributes" }, "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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, "Details" : { "documentation" : "

                                                                                                  The details of the failure (if any).

                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The details of the failure (if any).

                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The details of the failure (if any).

                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  ", "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, "uri" : false, "header" : 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 LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@return The ID of the LambdaFunctionStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The ID of the LambdaFunctionStarted event recorded in the history.

                                                                                                  \n@param startedEventId The ID of the LambdaFunctionStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Reason" : { "documentation" : "

                                                                                                  The reason provided for the failure (if any).

                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The reason provided for the failure (if any).

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@return The reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The reason provided for the failure (if any).

                                                                                                  \n@param reason The reason provided for the failure (if any).\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "CountOpenWorkflowExecutionsRequest" : { "c2jName" : "CountOpenWorkflowExecutionsInput", "documentation" : "", "shapeName" : "CountOpenWorkflowExecutionsRequest", "deprecated" : false, "required" : [ "domain", "startTimeFilter" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  ", "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, "uri" : false, "header" : 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 executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  \n@return The name of the domain containing the workflow executions to count.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\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 executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  ", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  ", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@return Specifies the start time criteria that workflow executions must meet in order to be counted.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "countOpenWorkflowExecutionsRequest", "variableType" : "CountOpenWorkflowExecutionsRequest", "variableDeclarationType" : "CountOpenWorkflowExecutionsRequest", "documentation" : null, "simpleType" : "CountOpenWorkflowExecutionsRequest", "variableSetterType" : "CountOpenWorkflowExecutionsRequest" }, "marshaller" : { "action" : "CountOpenWorkflowExecutions", "verb" : "POST", "target" : "SimpleWorkflowService.CountOpenWorkflowExecutions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagFilter" : { "documentation" : "

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionFilter" : { "documentation" : "

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  ", "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, "uri" : false, "header" : 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 executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  \n@return The name of the domain containing the workflow executions to count.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\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 executions to count.

                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TypeFilter" : { "documentation" : "

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter Specifies the type of the workflow executions to be counted.

                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimeFilter" : { "documentation" : "

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  ", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  ", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.*/", "getterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@return Specifies the start time criteria that workflow executions must meet in order to be counted.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies the start time criteria that workflow executions must meet in order to be counted.

                                                                                                  \n@param startTimeFilter Specifies the start time criteria that workflow executions must meet in order to be counted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeWorkflowExecutionRequest" : { "c2jName" : "DescribeWorkflowExecutionInput", "documentation" : "", "shapeName" : "DescribeWorkflowExecutionRequest", "deprecated" : false, "required" : [ "domain", "execution" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  ", "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, "uri" : false, "header" : 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.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  \n@return The name of the domain containing the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.\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.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The workflow execution to describe.

                                                                                                  ", "name" : "Execution", "c2jName" : "execution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "execution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                  The workflow execution to describe.

                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                  \n@param execution The workflow execution to describe.*/", "getterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@return The workflow execution to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@param execution The workflow execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@param execution The workflow execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkflowExecutionRequest", "variableType" : "DescribeWorkflowExecutionRequest", "variableDeclarationType" : "DescribeWorkflowExecutionRequest", "documentation" : null, "simpleType" : "DescribeWorkflowExecutionRequest", "variableSetterType" : "DescribeWorkflowExecutionRequest" }, "marshaller" : { "action" : "DescribeWorkflowExecution", "verb" : "POST", "target" : "SimpleWorkflowService.DescribeWorkflowExecution", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Execution" : { "documentation" : "

                                                                                                  The workflow execution to describe.

                                                                                                  ", "name" : "Execution", "c2jName" : "execution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "execution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                  The workflow execution to describe.

                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                  \n@param execution The workflow execution to describe.*/", "getterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@return The workflow execution to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@param execution The workflow execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The workflow execution to describe.

                                                                                                  \n@param execution The workflow execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  ", "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, "uri" : false, "header" : 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.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  \n@return The name of the domain containing the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of the domain containing the workflow execution.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.\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.

                                                                                                  \n@param domain The name of the domain containing the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkflowTypeConfiguration" : { "c2jName" : "WorkflowTypeConfiguration", "documentation" : "

                                                                                                  The configuration settings of a workflow type.

                                                                                                  ", "shapeName" : "WorkflowTypeConfiguration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@return Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional.
                                                                                                  The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  ", "name" : "DefaultExecutionStartToCloseTimeout", "c2jName" : "defaultExecutionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultExecutionStartToCloseTimeout", "marshallLocationName" : "defaultExecutionStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultExecutionStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  */", "getterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@return Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultExecutionStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                  \n@param defaultExecutionStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution*/", "getterDocumentation" : "/**

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@return Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution*/", "fluentSetterDocumentation" : "/**

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 defaultTaskPriority Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 defaultTaskPriority Optional.
                                                                                                  The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 defaultTaskPriority Optional.
                                                                                                  The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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" : "

                                                                                                  Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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" : "DefaultChildPolicy", "c2jName" : "defaultChildPolicy", "c2jShape" : "ChildPolicy", "variable" : { "variableName" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultChildPolicy", "marshallLocationName" : "defaultChildPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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 defaultChildPolicy Optional.
                                                                                                  The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                  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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                    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 Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                    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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                      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 defaultChildPolicy Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                      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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                        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 defaultChildPolicy Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                        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 default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          ", "name" : "DefaultLambdaRole", "c2jName" : "defaultLambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultLambdaRole", "marshallLocationName" : "defaultLambdaRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@return The default IAM role to use when a workflow execution invokes a AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowTypeConfiguration", "variableType" : "WorkflowTypeConfiguration", "variableDeclarationType" : "WorkflowTypeConfiguration", "documentation" : null, "simpleType" : "WorkflowTypeConfiguration", "variableSetterType" : "WorkflowTypeConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DefaultTaskList" : { "documentation" : "

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution*/", "getterDocumentation" : "/**

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@return Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution*/", "fluentSetterDocumentation" : "/**

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@param defaultTaskList Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskPriority" : { "documentation" : "

                                                                                                          Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 defaultTaskPriority Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 defaultTaskPriority Optional.
                                                                                                          The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 defaultTaskPriority Optional.
                                                                                                          The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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.*/" }, "DefaultExecutionStartToCloseTimeout" : { "documentation" : "

                                                                                                          Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          ", "name" : "DefaultExecutionStartToCloseTimeout", "c2jName" : "defaultExecutionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultExecutionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultExecutionStartToCloseTimeout", "marshallLocationName" : "defaultExecutionStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          \n@param defaultExecutionStartToCloseTimeout Optional.
                                                                                                          The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          */", "getterDocumentation" : "/**

                                                                                                          Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          \n@return Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          */", "fluentSetterDocumentation" : "/**

                                                                                                          Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          \n@param defaultExecutionStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                          \n@param defaultExecutionStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultLambdaRole" : { "documentation" : "

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          ", "name" : "DefaultLambdaRole", "c2jName" : "defaultLambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultLambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultLambdaRole", "marshallLocationName" : "defaultLambdaRole", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@return The default IAM role to use when a workflow execution invokes a AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The default IAM role to use when a workflow execution invokes a AWS Lambda function.

                                                                                                          \n@param defaultLambdaRole The default IAM role to use when a workflow execution invokes a AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultChildPolicy" : { "documentation" : "

                                                                                                          Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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" : "DefaultChildPolicy", "c2jName" : "defaultChildPolicy", "c2jShape" : "ChildPolicy", "variable" : { "variableName" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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" : "defaultChildPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultChildPolicy", "marshallLocationName" : "defaultChildPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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 defaultChildPolicy Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                          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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                            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 Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                            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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                              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 defaultChildPolicy Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                              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. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                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 defaultChildPolicy Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                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*/" }, "DefaultTaskStartToCloseTimeout" : { "documentation" : "

                                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  \n@return Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure. If the task does not close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution decision.

                                                                                                                  \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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "TerminateWorkflowExecutionRequest" : { "c2jName" : "TerminateWorkflowExecutionInput", "documentation" : "", "shapeName" : "TerminateWorkflowExecutionRequest", "deprecated" : false, "required" : [ "domain", "workflowId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@return The domain of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@return The workflowId of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@return The runId of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "TerminateReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.*/", "getterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  ", "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, "uri" : false, "header" : 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. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/" } ], "enums" : null, "variable" : { "variableName" : "terminateWorkflowExecutionRequest", "variableType" : "TerminateWorkflowExecutionRequest", "variableDeclarationType" : "TerminateWorkflowExecutionRequest", "documentation" : null, "simpleType" : "TerminateWorkflowExecutionRequest", "variableSetterType" : "TerminateWorkflowExecutionRequest" }, "marshaller" : { "action" : "TerminateWorkflowExecution", "verb" : "POST", "target" : "SimpleWorkflowService.TerminateWorkflowExecution", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Domain" : { "documentation" : "

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@return The domain of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The domain of the workflow execution to terminate.

                                                                                                                  \n@param domain The domain of the workflow execution to terminate.\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 terminate.

                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@return The workflowId of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The workflowId of the workflow execution to terminate.

                                                                                                                  \n@param workflowId The workflowId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Details" : { "documentation" : "

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  ", "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, "uri" : false, "header" : 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. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Optional. Details for terminating the workflow execution.

                                                                                                                  \n@param details Optional.\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 terminate.

                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  ", "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, "uri" : false, "header" : 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 terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.*/", "getterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@return The runId of the workflow execution to terminate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The runId of the workflow execution to terminate.

                                                                                                                  \n@param runId The runId of the workflow execution to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildPolicy" : { "documentation" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the 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.
                                                                                                                  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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/" }, "Reason" : { "documentation" : "

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "TerminateReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.*/", "getterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Optional. A descriptive reason for terminating the workflow execution.

                                                                                                                  \n@param reason Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaFunctionScheduledEventAttributes" : { "c2jName" : "LambdaFunctionScheduledEventAttributes", "documentation" : "

                                                                                                                  Provides details for the LambdaFunctionScheduled event.

                                                                                                                  ", "shapeName" : "LambdaFunctionScheduledEventAttributes", "deprecated" : false, "required" : [ "id", "name", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  ", "name" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda task.*/", "getterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@return The unique Amazon SWF ID for the AWS Lambda task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : 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 scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@return The name of the scheduled AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "FunctionInput", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@return Input provided to the AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  ", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  ", "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, "uri" : false, "header" : 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, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@return The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The ID of the DecisionTaskCompleted event for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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, "uri" : false, "header" : 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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" : "lambdaFunctionScheduledEventAttributes", "variableType" : "LambdaFunctionScheduledEventAttributes", "variableDeclarationType" : "LambdaFunctionScheduledEventAttributes", "documentation" : null, "simpleType" : "LambdaFunctionScheduledEventAttributes", "variableSetterType" : "LambdaFunctionScheduledEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartToCloseTimeout" : { "documentation" : "

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  ", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  ", "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, "uri" : false, "header" : 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, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@return The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.

                                                                                                                  \n@param startToCloseTimeout The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : 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 scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@return The name of the scheduled AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "FunctionInput", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@return Input provided to the AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Input provided to the AWS Lambda function.

                                                                                                                  \n@param input Input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  ", "name" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda task.*/", "getterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@return The unique Amazon SWF ID for the AWS Lambda task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID for the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID for the AWS Lambda 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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, "uri" : false, "header" : 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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 for the decision that resulted in the scheduling of this AWS Lambda function. 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.*/" } } }, "CountClosedWorkflowExecutionsRequest" : { "c2jName" : "CountClosedWorkflowExecutionsInput", "documentation" : "", "shapeName" : "CountClosedWorkflowExecutionsRequest", "deprecated" : false, "required" : [ "domain" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  ", "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, "uri" : false, "header" : 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 executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  \n@return The name of the domain containing the workflow executions to count.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\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 executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "CloseTimeFilter", "c2jName" : "closeTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeTimeFilter", "marshallLocationName" : "closeTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "CloseStatusFilter", "c2jName" : "closeStatusFilter", "c2jShape" : "CloseStatusFilter", "variable" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "setterModel" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "getterModel" : { "returnType" : "CloseStatusFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeStatusFilter", "marshallLocationName" : "closeStatusFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "countClosedWorkflowExecutionsRequest", "variableType" : "CountClosedWorkflowExecutionsRequest", "variableDeclarationType" : "CountClosedWorkflowExecutionsRequest", "documentation" : null, "simpleType" : "CountClosedWorkflowExecutionsRequest", "variableSetterType" : "CountClosedWorkflowExecutionsRequest" }, "marshaller" : { "action" : "CountClosedWorkflowExecutions", "verb" : "POST", "target" : "SimpleWorkflowService.CountClosedWorkflowExecutions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagFilter" : { "documentation" : "

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have a tag that matches the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloseTimeFilter" : { "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "CloseTimeFilter", "c2jName" : "closeTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "closeTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeTimeFilter", "marshallLocationName" : "closeTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionFilter" : { "documentation" : "

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the WorkflowId in the filter are counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloseStatusFilter" : { "documentation" : "

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "CloseStatusFilter", "c2jName" : "closeStatusFilter", "c2jShape" : "CloseStatusFilter", "variable" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "setterModel" : { "variableName" : "closeStatusFilter", "variableType" : "CloseStatusFilter", "variableDeclarationType" : "CloseStatusFilter", "documentation" : "", "simpleType" : "CloseStatusFilter", "variableSetterType" : "CloseStatusFilter" }, "getterModel" : { "returnType" : "CloseStatusFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "closeStatusFilter", "marshallLocationName" : "closeStatusFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param closeStatusFilter If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  ", "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, "uri" : false, "header" : 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 executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  \n@return The name of the domain containing the workflow executions to count.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the workflow executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\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 executions to count.

                                                                                                                  \n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TypeFilter" : { "documentation" : "

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, indicates the type of the workflow executions to be counted.

                                                                                                                  closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimeFilter" : { "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "getterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted.

                                                                                                                  startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one of these in a request but not both.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "ActivityTaskCanceledEventAttributes" : { "c2jName" : "ActivityTaskCanceledEventAttributes", "documentation" : "

                                                                                                                  Provides details of the ActivityTaskCanceled event.

                                                                                                                  ", "shapeName" : "ActivityTaskCanceledEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 any).

                                                                                                                  \n@param details Details of the cancellation (if any).*/", "getterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@return Details of the cancellation (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@param details Details of the cancellation (if any).\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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" : "

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                  ", "name" : "LatestCancelRequestedEventId", "c2jName" : "latestCancelRequestedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "latestCancelRequestedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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" : "latestCancelRequestedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestCancelRequestedEventId", "marshallLocationName" : "latestCancelRequestedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/", "getterDocumentation" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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" : "activityTaskCanceledEventAttributes", "variableType" : "ActivityTaskCanceledEventAttributes", "variableDeclarationType" : "ActivityTaskCanceledEventAttributes", "documentation" : null, "simpleType" : "ActivityTaskCanceledEventAttributes", "variableSetterType" : "ActivityTaskCanceledEventAttributes" }, "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, "uri" : false, "header" : 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.*/" }, "Details" : { "documentation" : "

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 any).

                                                                                                                  \n@param details Details of the cancellation (if any).*/", "getterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@return Details of the cancellation (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Details of the cancellation (if any).

                                                                                                                  \n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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.*/" }, "LatestCancelRequestedEventId" : { "documentation" : "

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                  ", "name" : "LatestCancelRequestedEventId", "c2jName" : "latestCancelRequestedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "latestCancelRequestedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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" : "latestCancelRequestedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestCancelRequestedEventId", "marshallLocationName" : "latestCancelRequestedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/", "getterDocumentation" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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" : "/**

                                                                                                                  If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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 latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested event recorded for 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.*/" } } }, "PollForDecisionTaskRequest" : { "c2jName" : "PollForDecisionTaskInput", "documentation" : "", "shapeName" : "PollForDecisionTaskRequest", "deprecated" : false, "required" : [ "domain", "taskList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  ", "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, "uri" : false, "header" : 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 task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@return The name of the domain containing the task lists to poll.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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, "uri" : false, "header" : 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@return Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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" : "

                                                                                                                  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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..", "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, "uri" : false, "header" : 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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.*/", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.*/", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.*/", "getterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@return When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pollForDecisionTaskRequest", "variableType" : "PollForDecisionTaskRequest", "variableDeclarationType" : "PollForDecisionTaskRequest", "documentation" : null, "simpleType" : "PollForDecisionTaskRequest", "variableSetterType" : "PollForDecisionTaskRequest" }, "marshaller" : { "action" : "PollForDecisionTask", "verb" : "POST", "target" : "SimpleWorkflowService.PollForDecisionTask", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..", "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, "uri" : false, "header" : 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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.*/", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.*/", "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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task..\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.

                                                                                                                  The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken will not return a new decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  ", "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, "uri" : false, "header" : 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 task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@return The name of the domain containing the task lists to poll.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the domain containing the task lists to poll.

                                                                                                                  \n@param domain The name of the domain containing the task lists to poll.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.*/", "getterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@return When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.

                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Identity" : { "documentation" : "

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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, "uri" : false, "header" : 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@return Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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 decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                  \n@param identity Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow history. This enables diagnostic tracing 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.*/" }, "TaskList" : { "documentation" : "

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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" : "/**

                                                                                                                  Specifies the task list to poll for decision tasks.

                                                                                                                  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 Specifies the task list to poll for decision tasks.

                                                                                                                  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.*/" } } }, "StartLambdaFunctionFailedEventAttributes" : { "c2jName" : "StartLambdaFunctionFailedEventAttributes", "documentation" : "

                                                                                                                  Provides details for the StartLambdaFunctionFailed event.

                                                                                                                  ", "shapeName" : "StartLambdaFunctionFailedEventAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, { "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" : "StartLambdaFunctionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StartLambdaFunctionFailedCause", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/" }, { "documentation" : "

                                                                                                                  The error message (if any).

                                                                                                                  ", "name" : "Message", "c2jName" : "message", "c2jShape" : "CauseMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The error message (if any).

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 error message (if any).

                                                                                                                  \n@param message The error message (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@return The error message (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@param message The error message (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@param message The error message (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startLambdaFunctionFailedEventAttributes", "variableType" : "StartLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "StartLambdaFunctionFailedEventAttributes", "documentation" : null, "simpleType" : "StartLambdaFunctionFailedEventAttributes", "variableSetterType" : "StartLambdaFunctionFailedEventAttributes" }, "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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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, "uri" : false, "header" : 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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 LambdaFunctionScheduled event that was recorded when this AWS Lambda function 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.*/" }, "Message" : { "documentation" : "

                                                                                                                  The error message (if any).

                                                                                                                  ", "name" : "Message", "c2jName" : "message", "c2jShape" : "CauseMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The error message (if any).

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 error message (if any).

                                                                                                                  \n@param message The error message (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@return The error message (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@param message The error message (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The error message (if any).

                                                                                                                  \n@param message The error message (if any).\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" : "StartLambdaFunctionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StartLambdaFunctionFailedCause", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/", "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 StartLambdaFunctionFailedCause*/" } } }, "RequestCancelExternalWorkflowExecutionFailedCause" : { "c2jName" : "RequestCancelExternalWorkflowExecutionFailedCause", "documentation" : "", "shapeName" : "RequestCancelExternalWorkflowExecutionFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", "value" : "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION" }, { "name" : "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED", "value" : "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionFailedCause", "variableType" : "RequestCancelExternalWorkflowExecutionFailedCause", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedCause", "documentation" : null, "simpleType" : "RequestCancelExternalWorkflowExecutionFailedCause", "variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ChildWorkflowExecutionCompletedEventAttributes" : { "c2jName" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : "

                                                                                                                  Provides details of the ChildWorkflowExecutionCompleted event.

                                                                                                                  ", "shapeName" : "ChildWorkflowExecutionCompletedEventAttributes", "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 completed.

                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  ", "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, "uri" : false, "header" : 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 completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.*/", "getterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@return The child workflow execution that was completed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.\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, "uri" : false, "header" : 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 result of the child workflow execution (if any).

                                                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@return The result of the child workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : "childWorkflowExecutionCompletedEventAttributes", "variableType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes", "documentation" : null, "simpleType" : "ChildWorkflowExecutionCompletedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@return The result of the child workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The result of the child workflow execution (if any).

                                                                                                                  \n@param result The result of the child workflow execution (if any).\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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "WorkflowExecution" : { "documentation" : "

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  ", "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, "uri" : false, "header" : 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 completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.*/", "getterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@return The child workflow execution that was completed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The child workflow execution that was completed.

                                                                                                                  \n@param workflowExecution The child workflow execution that was completed.\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, "uri" : false, "header" : 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.*/" } } }, "CountPendingActivityTasksRequest" : { "c2jName" : "CountPendingActivityTasksInput", "documentation" : "", "shapeName" : "CountPendingActivityTasksRequest", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : "countPendingActivityTasksRequest", "variableType" : "CountPendingActivityTasksRequest", "variableDeclarationType" : "CountPendingActivityTasksRequest", "documentation" : null, "simpleType" : "CountPendingActivityTasksRequest", "variableSetterType" : "CountPendingActivityTasksRequest" }, "marshaller" : { "action" : "CountPendingActivityTasks", "verb" : "POST", "target" : "SimpleWorkflowService.CountPendingActivityTasks", "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 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "StartWorkflowExecutionRequest" : { "c2jName" : "StartWorkflowExecutionInput", "documentation" : "", "shapeName" : "StartWorkflowExecutionRequest", "deprecated" : false, "required" : [ "domain", "workflowId", "workflowType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@return The name of the domain in which the workflow execution is created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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" : "

                                                                                                                  The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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, "uri" : false, "header" : 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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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" : "

                                                                                                                  The type of the workflow to start.

                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                  The type of the workflow to start.

                                                                                                                  ", "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, "uri" : false, "header" : 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 to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.*/", "getterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@return The type of the workflow to start.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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, "uri" : false, "header" : 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 to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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" : "

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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, "uri" : false, "header" : 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 task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  ", "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, "uri" : false, "header" : 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 for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.*/", "getterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@return The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.\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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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, "uri" : false, "header" : 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

                                                                                                                  \n

                                                                                                                  NOTE: 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 workflow execution. You can specify a maximum of 5 tags. 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" : "

                                                                                                                  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, "uri" : false, "header" : 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" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/" }, { "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, "uri" : false, "header" : 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" : "startWorkflowExecutionRequest", "variableType" : "StartWorkflowExecutionRequest", "variableDeclarationType" : "StartWorkflowExecutionRequest", "documentation" : null, "simpleType" : "StartWorkflowExecutionRequest", "variableSetterType" : "StartWorkflowExecutionRequest" }, "marshaller" : { "action" : "StartWorkflowExecution", "verb" : "POST", "target" : "SimpleWorkflowService.StartWorkflowExecution", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

                                                                                                                  The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The list of tags to associate with the workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. 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 workflow execution. You can specify a maximum of 5 tags. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.

                                                                                                                  \n

                                                                                                                  NOTE: 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 workflow execution. You can specify a maximum of 5 tags. 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.*/" }, "Input" : { "documentation" : "

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  ", "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, "uri" : false, "header" : 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 for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.*/", "getterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@return The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.

                                                                                                                  \n@param input The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. This input is made available to the new workflow execution in the WorkflowExecutionStarted history event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@return The name of the domain in which the workflow execution is created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the domain in which the workflow execution is created.

                                                                                                                  \n@param domain The name of the domain in which the workflow execution is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "

                                                                                                                  The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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, "uri" : false, "header" : 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 to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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 task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.

                                                                                                                  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.*/" }, "WorkflowId" : { "documentation" : "

                                                                                                                  The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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" : "

                                                                                                                  The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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, "uri" : false, "header" : 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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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 The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time.

                                                                                                                  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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "TaskPriority" : { "documentation" : "

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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, "uri" : false, "header" : 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 task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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" : "/**

                                                                                                                  The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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 The task priority to use for this workflow execution. This will override any default priority that was assigned when the workflow type was registered. If not set, then the default task priority for the workflow type will be used. 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.*/" }, "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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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, "uri" : false, "header" : 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is 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. Exceeding this limit will cause the workflow execution to time out. Unlike some of the other timeout parameters in Amazon SWF, you cannot specify a value of \"NONE\" for this timeout; there is a one-year max limit on the time that a workflow execution can run.

                                                                                                                  An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                                                  The type of the workflow to start.

                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                  The type of the workflow to start.

                                                                                                                  ", "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, "uri" : false, "header" : 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 to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.*/", "getterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@return The type of the workflow to start.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The type of the workflow to start.

                                                                                                                  \n@param workflowType The type of the workflow to start.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildPolicy" : { "documentation" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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" : "

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                  If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 If set, specifies the policy to use for the child workflow executions of this workflow execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/" } } }, "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" : { } }, "DecisionType" : { "c2jName" : "DecisionType", "documentation" : "", "shapeName" : "DecisionType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ScheduleActivityTask", "value" : "ScheduleActivityTask" }, { "name" : "RequestCancelActivityTask", "value" : "RequestCancelActivityTask" }, { "name" : "CompleteWorkflowExecution", "value" : "CompleteWorkflowExecution" }, { "name" : "FailWorkflowExecution", "value" : "FailWorkflowExecution" }, { "name" : "CancelWorkflowExecution", "value" : "CancelWorkflowExecution" }, { "name" : "ContinueAsNewWorkflowExecution", "value" : "ContinueAsNewWorkflowExecution" }, { "name" : "RecordMarker", "value" : "RecordMarker" }, { "name" : "StartTimer", "value" : "StartTimer" }, { "name" : "CancelTimer", "value" : "CancelTimer" }, { "name" : "SignalExternalWorkflowExecution", "value" : "SignalExternalWorkflowExecution" }, { "name" : "RequestCancelExternalWorkflowExecution", "value" : "RequestCancelExternalWorkflowExecution" }, { "name" : "StartChildWorkflowExecution", "value" : "StartChildWorkflowExecution" }, { "name" : "ScheduleLambdaFunction", "value" : "ScheduleLambdaFunction" } ], "variable" : { "variableName" : "decisionType", "variableType" : "DecisionType", "variableDeclarationType" : "DecisionType", "documentation" : null, "simpleType" : "DecisionType", "variableSetterType" : "DecisionType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionFailedEventAttributes" : { "c2jName" : "WorkflowExecutionFailedEventAttributes", "documentation" : "

                                                                                                                  Provides details of the WorkflowExecutionFailed event.

                                                                                                                  ", "shapeName" : "WorkflowExecutionFailedEventAttributes", "deprecated" : false, "required" : [ "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@return The descriptive reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The details of the failure (if any).

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The details of the failure (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).\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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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, "uri" : false, "header" : 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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" : "workflowExecutionFailedEventAttributes", "variableType" : "WorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "WorkflowExecutionFailedEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionFailedEventAttributes", "variableSetterType" : "WorkflowExecutionFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                  The details of the failure (if any).

                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The details of the failure (if any).

                                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The details of the failure (if any).

                                                                                                                  \n@param details The details of the failure (if any).\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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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, "uri" : false, "header" : 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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.*/" }, "Reason" : { "documentation" : "

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@return The descriptive reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The descriptive reason provided for the failure (if any).

                                                                                                                  \n@param reason The descriptive reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StartTimerFailedCause" : { "c2jName" : "StartTimerFailedCause", "documentation" : "", "shapeName" : "StartTimerFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "TIMER_ID_ALREADY_IN_USE", "value" : "TIMER_ID_ALREADY_IN_USE" }, { "name" : "OPEN_TIMERS_LIMIT_EXCEEDED", "value" : "OPEN_TIMERS_LIMIT_EXCEEDED" }, { "name" : "TIMER_CREATION_RATE_EXCEEDED", "value" : "TIMER_CREATION_RATE_EXCEEDED" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "startTimerFailedCause", "variableType" : "StartTimerFailedCause", "variableDeclarationType" : "StartTimerFailedCause", "documentation" : null, "simpleType" : "StartTimerFailedCause", "variableSetterType" : "StartTimerFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionSignaledEventAttributes" : { "c2jName" : "WorkflowExecutionSignaledEventAttributes", "documentation" : "

                                                                                                                  Provides details of the WorkflowExecutionSignaled event.

                                                                                                                  ", "shapeName" : "WorkflowExecutionSignaledEventAttributes", "deprecated" : false, "required" : [ "signalName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@return The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.*/", "getterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@return Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  ", "name" : "ExternalWorkflowExecution", "c2jName" : "externalWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecution", "marshallLocationName" : "externalWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@return The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  ", "name" : "ExternalInitiatedEventId", "c2jName" : "externalInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalInitiatedEventId", "marshallLocationName" : "externalInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@return The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.\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 SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionSignaledEventAttributes", "variableType" : "WorkflowExecutionSignaledEventAttributes", "variableDeclarationType" : "WorkflowExecutionSignaledEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionSignaledEventAttributes", "variableSetterType" : "WorkflowExecutionSignaledEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SignalName" : { "documentation" : "

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@return The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

                                                                                                                  \n@param signalName The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.*/", "getterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@return Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

                                                                                                                  \n@param input Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExternalInitiatedEventId" : { "documentation" : "

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  ", "name" : "ExternalInitiatedEventId", "c2jName" : "externalInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalInitiatedEventId", "marshallLocationName" : "externalInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@return The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.\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 SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

                                                                                                                  \n@param externalInitiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExternalWorkflowExecution" : { "documentation" : "

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  ", "name" : "ExternalWorkflowExecution", "c2jName" : "externalWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecution", "marshallLocationName" : "externalWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@return The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

                                                                                                                  \n@param externalWorkflowExecution The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.\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" : { } }, "ContinueAsNewWorkflowExecutionFailedEventAttributes" : { "c2jName" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                                                                                  Provides details of the ContinueAsNewWorkflowExecutionFailed event.

                                                                                                                  ", "shapeName" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "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" : "ContinueAsNewWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ContinueAsNewWorkflowExecutionFailedCause", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/" }, { "documentation" : "

                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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, "uri" : false, "header" : 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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" : "continueAsNewWorkflowExecutionFailedEventAttributes", "variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "documentation" : null, "simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes" }, "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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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, "uri" : false, "header" : 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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 ContinueAsNewWorkflowExecution decision that started 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.*/" }, "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" : "ContinueAsNewWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ContinueAsNewWorkflowExecutionFailedCause", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/", "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 ContinueAsNewWorkflowExecutionFailedCause*/" } } }, "ListDomainsRequest" : { "c2jName" : "ListDomainsInput", "documentation" : "", "shapeName" : "ListDomainsRequest", "deprecated" : false, "required" : [ "registrationStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@return Specifies the registration status of the domains to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.*/", "getterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@return When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDomainsRequest", "variableType" : "ListDomainsRequest", "variableDeclarationType" : "ListDomainsRequest", "documentation" : null, "simpleType" : "ListDomainsRequest", "variableSetterType" : "ListDomainsRequest" }, "marshaller" : { "action" : "ListDomains", "verb" : "POST", "target" : "SimpleWorkflowService.ListDomains", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.*/", "getterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@return When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.

                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegistrationStatus" : { "documentation" : "

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@return Specifies the registration status of the domains to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                  Specifies the registration status of the domains to list.

                                                                                                                  \n@param registrationStatus Specifies the registration status of the domains to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "ActivityType" : { "c2jName" : "ActivityType", "documentation" : "

                                                                                                                  Represents an activity type.

                                                                                                                  ", "shapeName" : "ActivityType", "deprecated" : false, "required" : [ "name", "version" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.", "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, "uri" : false, "header" : 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 this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.*/", "getterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.*/", "getterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : null, "simpleType" : "ActivityType", "variableSetterType" : "ActivityType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.", "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, "uri" : false, "header" : 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 this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.*/", "getterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@param name The name of this activity.

                                                                                                                  The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.", "name" : "Version", "c2jName" : "version", "c2jShape" : "Version", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.*/", "getterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@param version The version of this activity.

                                                                                                                  The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActivityTaskTimeoutType" : { "c2jName" : "ActivityTaskTimeoutType", "documentation" : "", "shapeName" : "ActivityTaskTimeoutType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "START_TO_CLOSE", "value" : "START_TO_CLOSE" }, { "name" : "SCHEDULE_TO_START", "value" : "SCHEDULE_TO_START" }, { "name" : "SCHEDULE_TO_CLOSE", "value" : "SCHEDULE_TO_CLOSE" }, { "name" : "HEARTBEAT", "value" : "HEARTBEAT" } ], "variable" : { "variableName" : "activityTaskTimeoutType", "variableType" : "ActivityTaskTimeoutType", "variableDeclarationType" : "ActivityTaskTimeoutType", "documentation" : null, "simpleType" : "ActivityTaskTimeoutType", "variableSetterType" : "ActivityTaskTimeoutType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecution" : { "c2jName" : "WorkflowExecution", "documentation" : "

                                                                                                                  Represents a workflow execution.

                                                                                                                  ", "shapeName" : "WorkflowExecution", "deprecated" : false, "required" : [ "workflowId", "runId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The user defined identifier associated with the 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, "uri" : false, "header" : 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 user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@return The user defined identifier associated with the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunId", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A system-generated unique identifier for the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@return A system-generated unique identifier for the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : null, "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowId" : { "documentation" : "

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The user defined identifier associated with the 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, "uri" : false, "header" : 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 user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@return The user defined identifier associated with the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The user defined identifier associated with the workflow execution.

                                                                                                                  \n@param workflowId The user defined identifier associated with the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RunId" : { "documentation" : "

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunId", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A system-generated unique identifier for the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@return A system-generated unique identifier for the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A system-generated unique identifier for the workflow execution.

                                                                                                                  \n@param runId A system-generated unique identifier for the workflow execution.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "ScheduleLambdaFunctionFailedEventAttributes" : { "c2jName" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : "

                                                                                                                  Provides details for the ScheduleLambdaFunctionFailed event.

                                                                                                                  ", "shapeName" : "ScheduleLambdaFunctionFailedEventAttributes", "deprecated" : false, "required" : [ "id", "name", "cause", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  ", "name" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda task.*/", "getterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@return The unique Amazon SWF ID of the AWS Lambda task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : 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 scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@return The name of the scheduled AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\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" : "ScheduleLambdaFunctionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ScheduleLambdaFunctionFailedCause", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/" }, { "documentation" : "

                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this AWS Lambda function. 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 AWS Lambda function. 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, "uri" : false, "header" : 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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" : "scheduleLambdaFunctionFailedEventAttributes", "variableType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionFailedEventAttributes", "documentation" : null, "simpleType" : "ScheduleLambdaFunctionFailedEventAttributes", "variableSetterType" : "ScheduleLambdaFunctionFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  ", "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, "uri" : false, "header" : 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 scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@return The name of the scheduled AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of the scheduled AWS Lambda function.

                                                                                                                  \n@param name The name of the scheduled AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  ", "name" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda task.*/", "getterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@return The unique Amazon SWF ID of the AWS Lambda task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique Amazon SWF ID of the AWS Lambda task.

                                                                                                                  \n@param id The unique Amazon SWF ID of the AWS Lambda 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 AWS Lambda function. 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 AWS Lambda function. 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, "uri" : false, "header" : 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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 AWS Lambda function. 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.*/" }, "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" : "ScheduleLambdaFunctionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ScheduleLambdaFunctionFailedCause", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/", "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 ScheduleLambdaFunctionFailedCause*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "Decision" : { "c2jName" : "Decision", "documentation" : "

                                                                                                                                  Specifies a decision made by the decider. A decision can be one of these types:

                                                                                                                                  • CancelTimer: cancels a previously started timer and records a TimerCanceled event in the history.
                                                                                                                                  • CancelWorkflowExecution: closes the workflow execution and records a WorkflowExecutionCanceled event in the history.
                                                                                                                                  • CompleteWorkflowExecution: closes the workflow execution and records a WorkflowExecutionCompleted event in the history .
                                                                                                                                  • ContinueAsNewWorkflowExecution: closes the workflow execution and starts a new workflow execution of the same type using the same workflow ID and a unique run ID. A WorkflowExecutionContinuedAsNew event is recorded in the history.
                                                                                                                                  • FailWorkflowExecution: closes the workflow execution and records a WorkflowExecutionFailed event in the history.
                                                                                                                                  • RecordMarker: records a MarkerRecorded event in the history. Markers can be used for adding custom information in the history for instance to let deciders know that they do not need to look at the history beyond the marker event.
                                                                                                                                  • RequestCancelActivityTask: attempts to cancel a previously scheduled activity task. If the activity task was scheduled but has not been assigned to a worker, then it will be canceled. If the activity task was already assigned to a worker, then the worker will be informed that cancellation has been requested in the response to RecordActivityTaskHeartbeat.
                                                                                                                                  • RequestCancelExternalWorkflowExecution: requests that a request be made to cancel the specified external workflow execution and records a RequestCancelExternalWorkflowExecutionInitiated event in the history.
                                                                                                                                  • ScheduleActivityTask: schedules an activity task.
                                                                                                                                  • ScheduleLambdaFunction: schedules a AWS Lambda function.
                                                                                                                                  • SignalExternalWorkflowExecution: requests a signal to be delivered to the specified external workflow execution and records a SignalExternalWorkflowExecutionInitiated event in the history.
                                                                                                                                  • StartChildWorkflowExecution: requests that a child workflow execution be started and records a StartChildWorkflowExecutionInitiated event in the history. The child workflow execution is a separate workflow execution with its own history.
                                                                                                                                  • StartTimer: starts a timer for this workflow execution and records a TimerStarted event in the history. This timer will fire after the specified delay and record a TimerFired event.

                                                                                                                                  Access Control

                                                                                                                                  If you grant permission to use RespondDecisionTaskCompleted, you can use IAM policies to express permissions for the list of decisions returned by this action as if they were members of the API. Treating decisions as a pseudo API maintains a uniform conceptual model and helps keep policies readable. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

                                                                                                                                  Decision Failure

                                                                                                                                  Decisions can fail for several reasons

                                                                                                                                  • The ordering of decisions should follow a logical flow. Some decisions might not make sense in the current context of the workflow execution and will therefore fail.
                                                                                                                                  • A limit on your account was reached.
                                                                                                                                  • The decision lacks sufficient permissions.

                                                                                                                                  One of the following events might be added to the history to indicate an error. The event attribute's cause parameter indicates the cause. 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.

                                                                                                                                  • ScheduleActivityTaskFailed: a ScheduleActivityTask decision failed. This could happen if the activity type specified in the decision is not registered, is in a deprecated state, or the decision is not properly configured.
                                                                                                                                  • ScheduleLambdaFunctionFailed: a ScheduleLambdaFunctionFailed decision failed. This could happen if the AWS Lambda function specified in the decision does not exist, or the AWS Lambda service's limits are exceeded.
                                                                                                                                  • RequestCancelActivityTaskFailed: a RequestCancelActivityTask decision failed. This could happen if there is no open activity task with the specified activityId.
                                                                                                                                  • StartTimerFailed: a StartTimer decision failed. This could happen if there is another open timer with the same timerId.
                                                                                                                                  • CancelTimerFailed: a CancelTimer decision failed. This could happen if there is no open timer with the specified timerId.
                                                                                                                                  • StartChildWorkflowExecutionFailed: a StartChildWorkflowExecution decision failed. This could happen if the workflow type specified is not registered, is deprecated, or the decision is not properly configured.
                                                                                                                                  • SignalExternalWorkflowExecutionFailed: a SignalExternalWorkflowExecution decision failed. This could happen if the workflowID specified in the decision was incorrect.
                                                                                                                                  • RequestCancelExternalWorkflowExecutionFailed: a RequestCancelExternalWorkflowExecution decision failed. This could happen if the workflowID specified in the decision was incorrect.
                                                                                                                                  • CancelWorkflowExecutionFailed: a CancelWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
                                                                                                                                  • CompleteWorkflowExecutionFailed: a CompleteWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
                                                                                                                                  • ContinueAsNewWorkflowExecutionFailed: a ContinueAsNewWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution or the ContinueAsNewWorkflowExecution decision was not configured correctly.
                                                                                                                                  • FailWorkflowExecutionFailed: a FailWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.

                                                                                                                                  The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.

                                                                                                                                  A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault will be returned if a workflow closing decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues, this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.

                                                                                                                                  How to code a decision

                                                                                                                                  You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:

                                                                                                                                  ", "shapeName" : "Decision", "deprecated" : false, "required" : [ "decisionType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  ", "name" : "DecisionType", "c2jName" : "decisionType", "c2jShape" : "DecisionType", "variable" : { "variableName" : "decisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "decisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionType", "marshallLocationName" : "decisionType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DecisionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@see DecisionType*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@return Specifies the type of the decision.\n@see DecisionType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionType*/" }, { "documentation" : "

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "ScheduleActivityTaskDecisionAttributes", "c2jName" : "scheduleActivityTaskDecisionAttributes", "c2jShape" : "ScheduleActivityTaskDecisionAttributes", "variable" : { "variableName" : "scheduleActivityTaskDecisionAttributes", "variableType" : "ScheduleActivityTaskDecisionAttributes", "variableDeclarationType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "ScheduleActivityTaskDecisionAttributes", "variableSetterType" : "ScheduleActivityTaskDecisionAttributes" }, "setterModel" : { "variableName" : "scheduleActivityTaskDecisionAttributes", "variableType" : "ScheduleActivityTaskDecisionAttributes", "variableDeclarationType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleActivityTaskDecisionAttributes", "variableSetterType" : "ScheduleActivityTaskDecisionAttributes" }, "getterModel" : { "returnType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleActivityTaskDecisionAttributes", "marshallLocationName" : "scheduleActivityTaskDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the ScheduleActivityTask decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RequestCancelActivityTaskDecisionAttributes", "c2jName" : "requestCancelActivityTaskDecisionAttributes", "c2jShape" : "RequestCancelActivityTaskDecisionAttributes", "variable" : { "variableName" : "requestCancelActivityTaskDecisionAttributes", "variableType" : "RequestCancelActivityTaskDecisionAttributes", "variableDeclarationType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RequestCancelActivityTaskDecisionAttributes", "variableSetterType" : "RequestCancelActivityTaskDecisionAttributes" }, "setterModel" : { "variableName" : "requestCancelActivityTaskDecisionAttributes", "variableType" : "RequestCancelActivityTaskDecisionAttributes", "variableDeclarationType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : "", "simpleType" : "RequestCancelActivityTaskDecisionAttributes", "variableSetterType" : "RequestCancelActivityTaskDecisionAttributes" }, "getterModel" : { "returnType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelActivityTaskDecisionAttributes", "marshallLocationName" : "requestCancelActivityTaskDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CompleteWorkflowExecutionDecisionAttributes", "c2jName" : "completeWorkflowExecutionDecisionAttributes", "c2jShape" : "CompleteWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "completeWorkflowExecutionDecisionAttributes", "variableType" : "CompleteWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CompleteWorkflowExecutionDecisionAttributes", "variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "completeWorkflowExecutionDecisionAttributes", "variableType" : "CompleteWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "CompleteWorkflowExecutionDecisionAttributes", "variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeWorkflowExecutionDecisionAttributes", "marshallLocationName" : "completeWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "FailWorkflowExecutionDecisionAttributes", "c2jName" : "failWorkflowExecutionDecisionAttributes", "c2jShape" : "FailWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "failWorkflowExecutionDecisionAttributes", "variableType" : "FailWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "FailWorkflowExecutionDecisionAttributes", "variableSetterType" : "FailWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "failWorkflowExecutionDecisionAttributes", "variableType" : "FailWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "FailWorkflowExecutionDecisionAttributes", "variableSetterType" : "FailWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "failWorkflowExecutionDecisionAttributes", "marshallLocationName" : "failWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the FailWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CancelWorkflowExecutionDecisionAttributes", "c2jName" : "cancelWorkflowExecutionDecisionAttributes", "c2jShape" : "CancelWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "cancelWorkflowExecutionDecisionAttributes", "variableType" : "CancelWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CancelWorkflowExecutionDecisionAttributes", "variableSetterType" : "CancelWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "cancelWorkflowExecutionDecisionAttributes", "variableType" : "CancelWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "CancelWorkflowExecutionDecisionAttributes", "variableSetterType" : "CancelWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelWorkflowExecutionDecisionAttributes", "marshallLocationName" : "cancelWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "c2jName" : "continueAsNewWorkflowExecutionDecisionAttributes", "c2jShape" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "continueAsNewWorkflowExecutionDecisionAttributes", "variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "continueAsNewWorkflowExecutionDecisionAttributes", "variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "continueAsNewWorkflowExecutionDecisionAttributes", "marshallLocationName" : "continueAsNewWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RecordMarkerDecisionAttributes", "c2jName" : "recordMarkerDecisionAttributes", "c2jShape" : "RecordMarkerDecisionAttributes", "variable" : { "variableName" : "recordMarkerDecisionAttributes", "variableType" : "RecordMarkerDecisionAttributes", "variableDeclarationType" : "RecordMarkerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RecordMarkerDecisionAttributes", "variableSetterType" : "RecordMarkerDecisionAttributes" }, "setterModel" : { "variableName" : "recordMarkerDecisionAttributes", "variableType" : "RecordMarkerDecisionAttributes", "variableDeclarationType" : "RecordMarkerDecisionAttributes", "documentation" : "", "simpleType" : "RecordMarkerDecisionAttributes", "variableSetterType" : "RecordMarkerDecisionAttributes" }, "getterModel" : { "returnType" : "RecordMarkerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordMarkerDecisionAttributes", "marshallLocationName" : "recordMarkerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RecordMarker decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "StartTimerDecisionAttributes", "c2jName" : "startTimerDecisionAttributes", "c2jShape" : "StartTimerDecisionAttributes", "variable" : { "variableName" : "startTimerDecisionAttributes", "variableType" : "StartTimerDecisionAttributes", "variableDeclarationType" : "StartTimerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "StartTimerDecisionAttributes", "variableSetterType" : "StartTimerDecisionAttributes" }, "setterModel" : { "variableName" : "startTimerDecisionAttributes", "variableType" : "StartTimerDecisionAttributes", "variableDeclarationType" : "StartTimerDecisionAttributes", "documentation" : "", "simpleType" : "StartTimerDecisionAttributes", "variableSetterType" : "StartTimerDecisionAttributes" }, "getterModel" : { "returnType" : "StartTimerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimerDecisionAttributes", "marshallLocationName" : "startTimerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the StartTimer decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CancelTimerDecisionAttributes", "c2jName" : "cancelTimerDecisionAttributes", "c2jShape" : "CancelTimerDecisionAttributes", "variable" : { "variableName" : "cancelTimerDecisionAttributes", "variableType" : "CancelTimerDecisionAttributes", "variableDeclarationType" : "CancelTimerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CancelTimerDecisionAttributes", "variableSetterType" : "CancelTimerDecisionAttributes" }, "setterModel" : { "variableName" : "cancelTimerDecisionAttributes", "variableType" : "CancelTimerDecisionAttributes", "variableDeclarationType" : "CancelTimerDecisionAttributes", "documentation" : "", "simpleType" : "CancelTimerDecisionAttributes", "variableSetterType" : "CancelTimerDecisionAttributes" }, "getterModel" : { "returnType" : "CancelTimerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelTimerDecisionAttributes", "marshallLocationName" : "cancelTimerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CancelTimer decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "SignalExternalWorkflowExecutionDecisionAttributes", "c2jName" : "signalExternalWorkflowExecutionDecisionAttributes", "c2jShape" : "SignalExternalWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionDecisionAttributes", "variableType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionDecisionAttributes", "variableType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionDecisionAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "StartChildWorkflowExecutionDecisionAttributes", "c2jName" : "startChildWorkflowExecutionDecisionAttributes", "c2jShape" : "StartChildWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionDecisionAttributes", "variableType" : "StartChildWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "StartChildWorkflowExecutionDecisionAttributes", "variableSetterType" : "StartChildWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionDecisionAttributes", "variableType" : "StartChildWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionDecisionAttributes", "variableSetterType" : "StartChildWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionDecisionAttributes", "marshallLocationName" : "startChildWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ScheduleLambdaFunctionDecisionAttributes", "c2jName" : "scheduleLambdaFunctionDecisionAttributes", "c2jShape" : "ScheduleLambdaFunctionDecisionAttributes", "variable" : { "variableName" : "scheduleLambdaFunctionDecisionAttributes", "variableType" : "ScheduleLambdaFunctionDecisionAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionDecisionAttributes", "variableSetterType" : "ScheduleLambdaFunctionDecisionAttributes" }, "setterModel" : { "variableName" : "scheduleLambdaFunctionDecisionAttributes", "variableType" : "ScheduleLambdaFunctionDecisionAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionDecisionAttributes", "variableSetterType" : "ScheduleLambdaFunctionDecisionAttributes" }, "getterModel" : { "returnType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleLambdaFunctionDecisionAttributes", "marshallLocationName" : "scheduleLambdaFunctionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 scheduleLambdaFunctionDecisionAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param scheduleLambdaFunctionDecisionAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param scheduleLambdaFunctionDecisionAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "decision", "variableType" : "Decision", "variableDeclarationType" : "Decision", "documentation" : null, "simpleType" : "Decision", "variableSetterType" : "Decision" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SignalExternalWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "SignalExternalWorkflowExecutionDecisionAttributes", "c2jName" : "signalExternalWorkflowExecutionDecisionAttributes", "c2jShape" : "SignalExternalWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "signalExternalWorkflowExecutionDecisionAttributes", "variableType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "signalExternalWorkflowExecutionDecisionAttributes", "variableType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalExternalWorkflowExecutionDecisionAttributes", "marshallLocationName" : "signalExternalWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param signalExternalWorkflowExecutionDecisionAttributes Provides details of the SignalExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CompleteWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CompleteWorkflowExecutionDecisionAttributes", "c2jName" : "completeWorkflowExecutionDecisionAttributes", "c2jShape" : "CompleteWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "completeWorkflowExecutionDecisionAttributes", "variableType" : "CompleteWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CompleteWorkflowExecutionDecisionAttributes", "variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "completeWorkflowExecutionDecisionAttributes", "variableType" : "CompleteWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "CompleteWorkflowExecutionDecisionAttributes", "variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeWorkflowExecutionDecisionAttributes", "marshallLocationName" : "completeWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param completeWorkflowExecutionDecisionAttributes Provides details of the CompleteWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestCancelActivityTaskDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RequestCancelActivityTaskDecisionAttributes", "c2jName" : "requestCancelActivityTaskDecisionAttributes", "c2jShape" : "RequestCancelActivityTaskDecisionAttributes", "variable" : { "variableName" : "requestCancelActivityTaskDecisionAttributes", "variableType" : "RequestCancelActivityTaskDecisionAttributes", "variableDeclarationType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RequestCancelActivityTaskDecisionAttributes", "variableSetterType" : "RequestCancelActivityTaskDecisionAttributes" }, "setterModel" : { "variableName" : "requestCancelActivityTaskDecisionAttributes", "variableType" : "RequestCancelActivityTaskDecisionAttributes", "variableDeclarationType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : "", "simpleType" : "RequestCancelActivityTaskDecisionAttributes", "variableSetterType" : "RequestCancelActivityTaskDecisionAttributes" }, "getterModel" : { "returnType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelActivityTaskDecisionAttributes", "marshallLocationName" : "requestCancelActivityTaskDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelActivityTaskDecisionAttributes Provides details of the RequestCancelActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "FailWorkflowExecutionDecisionAttributes", "c2jName" : "failWorkflowExecutionDecisionAttributes", "c2jShape" : "FailWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "failWorkflowExecutionDecisionAttributes", "variableType" : "FailWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "FailWorkflowExecutionDecisionAttributes", "variableSetterType" : "FailWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "failWorkflowExecutionDecisionAttributes", "variableType" : "FailWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "FailWorkflowExecutionDecisionAttributes", "variableSetterType" : "FailWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "failWorkflowExecutionDecisionAttributes", "marshallLocationName" : "failWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the FailWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the FailWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param failWorkflowExecutionDecisionAttributes Provides details of the FailWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScheduleActivityTaskDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "ScheduleActivityTaskDecisionAttributes", "c2jName" : "scheduleActivityTaskDecisionAttributes", "c2jShape" : "ScheduleActivityTaskDecisionAttributes", "variable" : { "variableName" : "scheduleActivityTaskDecisionAttributes", "variableType" : "ScheduleActivityTaskDecisionAttributes", "variableDeclarationType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "ScheduleActivityTaskDecisionAttributes", "variableSetterType" : "ScheduleActivityTaskDecisionAttributes" }, "setterModel" : { "variableName" : "scheduleActivityTaskDecisionAttributes", "variableType" : "ScheduleActivityTaskDecisionAttributes", "variableDeclarationType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleActivityTaskDecisionAttributes", "variableSetterType" : "ScheduleActivityTaskDecisionAttributes" }, "getterModel" : { "returnType" : "ScheduleActivityTaskDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleActivityTaskDecisionAttributes", "marshallLocationName" : "scheduleActivityTaskDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the ScheduleActivityTask decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ScheduleActivityTask decision. It is not set for other decision types.

                                                                                                                                  \n@param scheduleActivityTaskDecisionAttributes Provides details of the ScheduleActivityTask decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CancelTimerDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CancelTimerDecisionAttributes", "c2jName" : "cancelTimerDecisionAttributes", "c2jShape" : "CancelTimerDecisionAttributes", "variable" : { "variableName" : "cancelTimerDecisionAttributes", "variableType" : "CancelTimerDecisionAttributes", "variableDeclarationType" : "CancelTimerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CancelTimerDecisionAttributes", "variableSetterType" : "CancelTimerDecisionAttributes" }, "setterModel" : { "variableName" : "cancelTimerDecisionAttributes", "variableType" : "CancelTimerDecisionAttributes", "variableDeclarationType" : "CancelTimerDecisionAttributes", "documentation" : "", "simpleType" : "CancelTimerDecisionAttributes", "variableSetterType" : "CancelTimerDecisionAttributes" }, "getterModel" : { "returnType" : "CancelTimerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelTimerDecisionAttributes", "marshallLocationName" : "cancelTimerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CancelTimer decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelTimerDecisionAttributes Provides details of the CancelTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartChildWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "StartChildWorkflowExecutionDecisionAttributes", "c2jName" : "startChildWorkflowExecutionDecisionAttributes", "c2jShape" : "StartChildWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "startChildWorkflowExecutionDecisionAttributes", "variableType" : "StartChildWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "StartChildWorkflowExecutionDecisionAttributes", "variableSetterType" : "StartChildWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "startChildWorkflowExecutionDecisionAttributes", "variableType" : "StartChildWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "StartChildWorkflowExecutionDecisionAttributes", "variableSetterType" : "StartChildWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "StartChildWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startChildWorkflowExecutionDecisionAttributes", "marshallLocationName" : "startChildWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param startChildWorkflowExecutionDecisionAttributes Provides details of the StartChildWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordMarkerDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RecordMarkerDecisionAttributes", "c2jName" : "recordMarkerDecisionAttributes", "c2jShape" : "RecordMarkerDecisionAttributes", "variable" : { "variableName" : "recordMarkerDecisionAttributes", "variableType" : "RecordMarkerDecisionAttributes", "variableDeclarationType" : "RecordMarkerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RecordMarkerDecisionAttributes", "variableSetterType" : "RecordMarkerDecisionAttributes" }, "setterModel" : { "variableName" : "recordMarkerDecisionAttributes", "variableType" : "RecordMarkerDecisionAttributes", "variableDeclarationType" : "RecordMarkerDecisionAttributes", "documentation" : "", "simpleType" : "RecordMarkerDecisionAttributes", "variableSetterType" : "RecordMarkerDecisionAttributes" }, "getterModel" : { "returnType" : "RecordMarkerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "recordMarkerDecisionAttributes", "marshallLocationName" : "recordMarkerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RecordMarker decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RecordMarker decision. It is not set for other decision types.

                                                                                                                                  \n@param recordMarkerDecisionAttributes Provides details of the RecordMarker decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CancelWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "CancelWorkflowExecutionDecisionAttributes", "c2jName" : "cancelWorkflowExecutionDecisionAttributes", "c2jShape" : "CancelWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "cancelWorkflowExecutionDecisionAttributes", "variableType" : "CancelWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "CancelWorkflowExecutionDecisionAttributes", "variableSetterType" : "CancelWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "cancelWorkflowExecutionDecisionAttributes", "variableType" : "CancelWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "CancelWorkflowExecutionDecisionAttributes", "variableSetterType" : "CancelWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelWorkflowExecutionDecisionAttributes", "marshallLocationName" : "cancelWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param cancelWorkflowExecutionDecisionAttributes Provides details of the CancelWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DecisionType" : { "documentation" : "

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  ", "name" : "DecisionType", "c2jName" : "decisionType", "c2jShape" : "DecisionType", "variable" : { "variableName" : "decisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "decisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisionType", "marshallLocationName" : "decisionType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DecisionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@see DecisionType*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@return Specifies the type of the decision.\n@see DecisionType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the type of the decision.

                                                                                                                                  \n@param decisionType Specifies the type of the decision.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionType*/" }, "ScheduleLambdaFunctionDecisionAttributes" : { "documentation" : "", "name" : "ScheduleLambdaFunctionDecisionAttributes", "c2jName" : "scheduleLambdaFunctionDecisionAttributes", "c2jShape" : "ScheduleLambdaFunctionDecisionAttributes", "variable" : { "variableName" : "scheduleLambdaFunctionDecisionAttributes", "variableType" : "ScheduleLambdaFunctionDecisionAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionDecisionAttributes", "variableSetterType" : "ScheduleLambdaFunctionDecisionAttributes" }, "setterModel" : { "variableName" : "scheduleLambdaFunctionDecisionAttributes", "variableType" : "ScheduleLambdaFunctionDecisionAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : "", "simpleType" : "ScheduleLambdaFunctionDecisionAttributes", "variableSetterType" : "ScheduleLambdaFunctionDecisionAttributes" }, "getterModel" : { "returnType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "scheduleLambdaFunctionDecisionAttributes", "marshallLocationName" : "scheduleLambdaFunctionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 scheduleLambdaFunctionDecisionAttributes */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param scheduleLambdaFunctionDecisionAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param scheduleLambdaFunctionDecisionAttributes \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestCancelExternalWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "c2jName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "c2jShape" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "RequestCancelExternalWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "marshallLocationName" : "requestCancelExternalWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param requestCancelExternalWorkflowExecutionDecisionAttributes Provides details of the RequestCancelExternalWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimerDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "StartTimerDecisionAttributes", "c2jName" : "startTimerDecisionAttributes", "c2jShape" : "StartTimerDecisionAttributes", "variable" : { "variableName" : "startTimerDecisionAttributes", "variableType" : "StartTimerDecisionAttributes", "variableDeclarationType" : "StartTimerDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "StartTimerDecisionAttributes", "variableSetterType" : "StartTimerDecisionAttributes" }, "setterModel" : { "variableName" : "startTimerDecisionAttributes", "variableType" : "StartTimerDecisionAttributes", "variableDeclarationType" : "StartTimerDecisionAttributes", "documentation" : "", "simpleType" : "StartTimerDecisionAttributes", "variableSetterType" : "StartTimerDecisionAttributes" }, "getterModel" : { "returnType" : "StartTimerDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimerDecisionAttributes", "marshallLocationName" : "startTimerDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the StartTimer decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the StartTimer decision. It is not set for other decision types.

                                                                                                                                  \n@param startTimerDecisionAttributes Provides details of the StartTimer decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContinueAsNewWorkflowExecutionDecisionAttributes" : { "documentation" : "

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "name" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "c2jName" : "continueAsNewWorkflowExecutionDecisionAttributes", "c2jShape" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variable" : { "variableName" : "continueAsNewWorkflowExecutionDecisionAttributes", "variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  ", "simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes" }, "setterModel" : { "variableName" : "continueAsNewWorkflowExecutionDecisionAttributes", "variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : "", "simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes" }, "getterModel" : { "returnType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : null }, "http" : { "unmarshallLocationName" : "continueAsNewWorkflowExecutionDecisionAttributes", "marshallLocationName" : "continueAsNewWorkflowExecutionDecisionAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.*/", "getterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@return Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.

                                                                                                                                  \n@param continueAsNewWorkflowExecutionDecisionAttributes Provides details of the ContinueAsNewWorkflowExecution decision. It is not set for other decision types.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "ListOpenWorkflowExecutionsRequest" : { "c2jName" : "ListOpenWorkflowExecutionsInput", "documentation" : "", "shapeName" : "ListOpenWorkflowExecutionsRequest", "deprecated" : false, "required" : [ "domain", "startTimeFilter" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the domain that contains the workflow executions to list.

                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the domain that contains the workflow executions to 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, "uri" : false, "header" : 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 workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to list.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the domain that contains the workflow executions to list.

                                                                                                                                  \n@return The name of the domain that contains the workflow executions to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the domain that contains the workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to 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 workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  ", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  ", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.*/", "getterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@return Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.*/", "getterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listOpenWorkflowExecutionsRequest", "variableType" : "ListOpenWorkflowExecutionsRequest", "variableDeclarationType" : "ListOpenWorkflowExecutionsRequest", "documentation" : null, "simpleType" : "ListOpenWorkflowExecutionsRequest", "variableSetterType" : "ListOpenWorkflowExecutionsRequest" }, "marshaller" : { "action" : "ListOpenWorkflowExecutions", "verb" : "POST", "target" : "SimpleWorkflowService.ListOpenWorkflowExecutions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "TagFilter" : { "documentation" : "

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TagFilter", "c2jName" : "tagFilter", "c2jShape" : "TagFilter", "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "setterModel" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "tagFilter", "marshallLocationName" : "tagFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param tagFilter If specified, only executions that have the matching tag are listed.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionFilter" : { "documentation" : "

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "ExecutionFilter", "c2jName" : "executionFilter", "c2jShape" : "WorkflowExecutionFilter", "variable" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "setterModel" : { "variableName" : "executionFilter", "variableType" : "WorkflowExecutionFilter", "variableDeclarationType" : "WorkflowExecutionFilter", "documentation" : "", "simpleType" : "WorkflowExecutionFilter", "variableSetterType" : "WorkflowExecutionFilter" }, "getterModel" : { "returnType" : "WorkflowExecutionFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionFilter", "marshallLocationName" : "executionFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param executionFilter If specified, only workflow executions matching the workflow ID specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\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 workflow executions to list.

                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the domain that contains the workflow executions to 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, "uri" : false, "header" : 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 workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to list.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the domain that contains the workflow executions to list.

                                                                                                                                  \n@return The name of the domain that contains the workflow executions to list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the domain that contains the workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to 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 workflow executions to list.

                                                                                                                                  \n@param domain The name of the domain that contains the workflow executions to list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.*/", "getterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TypeFilter" : { "documentation" : "

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "name" : "TypeFilter", "c2jName" : "typeFilter", "c2jShape" : "WorkflowTypeFilter", "variable" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "setterModel" : { "variableName" : "typeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : "", "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "getterModel" : { "returnType" : "WorkflowTypeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeFilter", "marshallLocationName" : "typeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@param typeFilter If specified, only executions of the type specified in the filter are returned.

                                                                                                                                  executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTimeFilter" : { "documentation" : "

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  ", "name" : "StartTimeFilter", "c2jName" : "startTimeFilter", "c2jShape" : "ExecutionTimeFilter", "variable" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  ", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "setterModel" : { "variableName" : "startTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : "", "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "getterModel" : { "returnType" : "ExecutionTimeFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "startTimeFilter", "marshallLocationName" : "startTimeFilter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.*/", "getterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@return Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.

                                                                                                                                  \n@param startTimeFilter Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActivityTask" : { "c2jName" : "ActivityTask", "documentation" : "

                                                                                                                                  Unit of work sent to an activity worker.

                                                                                                                                  ", "shapeName" : "ActivityTask", "deprecated" : false, "required" : [ "taskToken", "activityId", "startedEventId", "workflowExecution", "activityType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  ", "name" : "TaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "variable" : { "variableName" : "taskToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "getterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The unique ID of the task.

                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The unique ID of the 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, "uri" : false, "header" : 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 task.

                                                                                                                                  \n@param activityId The unique ID of the task.*/", "getterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@return The unique ID of the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@return The ID of the ActivityTaskStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.*/", "getterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@return The workflow execution that started this activity task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The type of this activity task.

                                                                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                                                                  The type of this 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, "uri" : false, "header" : 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 this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@return The type of this activity task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/", "getterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@return The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTask", "variableType" : "ActivityTask", "variableDeclarationType" : "ActivityTask", "documentation" : null, "simpleType" : "ActivityTask", "variableSetterType" : "ActivityTask" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Input" : { "documentation" : "

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/", "getterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@return The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

                                                                                                                                  \n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityId" : { "documentation" : "

                                                                                                                                  The unique ID of the task.

                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The unique ID of the 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, "uri" : false, "header" : 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 task.

                                                                                                                                  \n@param activityId The unique ID of the task.*/", "getterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@return The unique ID of the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The unique ID of the task.

                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityType" : { "documentation" : "

                                                                                                                                  The type of this activity task.

                                                                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                                                                  The type of this 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, "uri" : false, "header" : 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 this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.*/", "getterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@return The type of this activity task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of this activity task.

                                                                                                                                  \n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@return The ID of the ActivityTaskStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The ID of the ActivityTaskStarted event recorded in the history.

                                                                                                                                  \n@param startedEventId The ID of the ActivityTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskToken" : { "documentation" : "

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  ", "name" : "TaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "variable" : { "variableName" : "taskToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "getterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecution" : { "documentation" : "

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.*/", "getterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@return The workflow execution that started this activity task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The workflow execution that started this activity task.

                                                                                                                                  \n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DecisionTaskTimedOutEventAttributes" : { "c2jName" : "DecisionTaskTimedOutEventAttributes", "documentation" : "

                                                                                                                                  Provides details of the DecisionTaskTimedOut event.

                                                                                                                                  ", "shapeName" : "DecisionTaskTimedOutEventAttributes", "deprecated" : false, "required" : [ "timeoutType", "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "DecisionTaskTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DecisionTaskTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@see DecisionTaskTimeoutType*/", "getterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@return The type of timeout that expired before the decision task could be completed.\n@see DecisionTaskTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionTaskTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionTaskTimeoutType*/" }, { "documentation" : "

                                                                                                                                  The ID of the DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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.*/" }, { "documentation" : "

                                                                                                                                  The ID of the DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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" : "decisionTaskTimedOutEventAttributes", "variableType" : "DecisionTaskTimedOutEventAttributes", "variableDeclarationType" : "DecisionTaskTimedOutEventAttributes", "documentation" : null, "simpleType" : "DecisionTaskTimedOutEventAttributes", "variableSetterType" : "DecisionTaskTimedOutEventAttributes" }, "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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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.*/" }, "TimeoutType" : { "documentation" : "

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "DecisionTaskTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DecisionTaskTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@see DecisionTaskTimeoutType*/", "getterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@return The type of timeout that expired before the decision task could be completed.\n@see DecisionTaskTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionTaskTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of timeout that expired before the decision task could be completed.

                                                                                                                                  \n@param timeoutType The type of timeout that expired before the decision task could be completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DecisionTaskTimeoutType*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                  The ID of the DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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.*/" } } }, "ActivityTaskFailedEventAttributes" : { "c2jName" : "ActivityTaskFailedEventAttributes", "documentation" : "

                                                                                                                                  Provides details of the ActivityTaskFailed event.

                                                                                                                                  ", "shapeName" : "ActivityTaskFailedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@return The reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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" : "activityTaskFailedEventAttributes", "variableType" : "ActivityTaskFailedEventAttributes", "variableDeclarationType" : "ActivityTaskFailedEventAttributes", "documentation" : null, "simpleType" : "ActivityTaskFailedEventAttributes", "variableSetterType" : "ActivityTaskFailedEventAttributes" }, "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, "uri" : false, "header" : 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.*/" }, "Details" : { "documentation" : "

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  ", "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, "uri" : false, "header" : 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 details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@return The details of the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The details of the failure (if any).

                                                                                                                                  \n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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.*/" }, "Reason" : { "documentation" : "

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).*/", "getterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@return The reason provided for the failure (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The reason provided for the failure (if any).

                                                                                                                                  \n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActivityTaskTimedOutEventAttributes" : { "c2jName" : "ActivityTaskTimedOutEventAttributes", "documentation" : "

                                                                                                                                  Provides details of the ActivityTaskTimedOut event.

                                                                                                                                  ", "shapeName" : "ActivityTaskTimedOutEventAttributes", "deprecated" : false, "required" : [ "timeoutType", "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "ActivityTaskTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActivityTaskTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/", "getterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@return The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/" }, { "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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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" : "

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "LimitedData", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.*/", "getterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@return Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTaskTimedOutEventAttributes", "variableType" : "ActivityTaskTimedOutEventAttributes", "variableDeclarationType" : "ActivityTaskTimedOutEventAttributes", "documentation" : null, "simpleType" : "ActivityTaskTimedOutEventAttributes", "variableSetterType" : "ActivityTaskTimedOutEventAttributes" }, "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, "uri" : false, "header" : 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.*/" }, "Details" : { "documentation" : "

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "LimitedData", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.*/", "getterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@return Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

                                                                                                                                  \n@param details Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimeoutType" : { "documentation" : "

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  ", "name" : "TimeoutType", "c2jName" : "timeoutType", "c2jShape" : "ActivityTaskTimeoutType", "variable" : { "variableName" : "timeoutType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The type of the 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActivityTaskTimeoutType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/", "getterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@return The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The type of the timeout that caused this event.

                                                                                                                                  \n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                  The ID of the ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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, "uri" : false, "header" : 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task 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.*/" } } }, "ListWorkflowTypesRequest" : { "c2jName" : "ListWorkflowTypesInput", "documentation" : "", "shapeName" : "ListWorkflowTypesRequest", "deprecated" : false, "required" : [ "domain", "registrationStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@return The name of the domain in which the workflow types have been registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  ", "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, "uri" : false, "header" : 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, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@return If specified, lists the workflow type with this name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@return Specifies the registration status of the workflow types to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.*/", "getterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listWorkflowTypesRequest", "variableType" : "ListWorkflowTypesRequest", "variableDeclarationType" : "ListWorkflowTypesRequest", "documentation" : null, "simpleType" : "ListWorkflowTypesRequest", "variableSetterType" : "ListWorkflowTypesRequest" }, "marshaller" : { "action" : "ListWorkflowTypes", "verb" : "POST", "target" : "SimpleWorkflowService.ListWorkflowTypes", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "Name" : { "documentation" : "

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  ", "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, "uri" : false, "header" : 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, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.*/", "getterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@return If specified, lists the workflow type with this name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  If specified, lists the workflow type with this name.

                                                                                                                                  \n@param name If specified, lists the workflow type with this name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@return The name of the domain in which the workflow types have been registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the domain in which the workflow types have been registered.

                                                                                                                                  \n@param domain The name of the domain in which the workflow types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.*/", "getterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegistrationStatus" : { "documentation" : "

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@return Specifies the registration status of the workflow types to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                  Specifies the registration status of the workflow types to list.

                                                                                                                                  \n@param registrationStatus Specifies the registration status of the workflow types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" } } }, "ChildPolicy" : { "c2jName" : "ChildPolicy", "documentation" : "", "shapeName" : "ChildPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "TERMINATE", "value" : "TERMINATE" }, { "name" : "REQUEST_CANCEL", "value" : "REQUEST_CANCEL" }, { "name" : "ABANDON", "value" : "ABANDON" } ], "variable" : { "variableName" : "childPolicy", "variableType" : "ChildPolicy", "variableDeclarationType" : "ChildPolicy", "documentation" : null, "simpleType" : "ChildPolicy", "variableSetterType" : "ChildPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "CompleteWorkflowExecutionFailedCause" : { "c2jName" : "CompleteWorkflowExecutionFailedCause", "documentation" : "", "shapeName" : "CompleteWorkflowExecutionFailedCause", "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" : "completeWorkflowExecutionFailedCause", "variableType" : "CompleteWorkflowExecutionFailedCause", "variableDeclarationType" : "CompleteWorkflowExecutionFailedCause", "documentation" : null, "simpleType" : "CompleteWorkflowExecutionFailedCause", "variableSetterType" : "CompleteWorkflowExecutionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionStartedEventAttributes" : { "c2jName" : "WorkflowExecutionStartedEventAttributes", "documentation" : "

                                                                                                                                  Provides details of WorkflowExecutionStarted event.

                                                                                                                                  ", "shapeName" : "WorkflowExecutionStartedEventAttributes", "deprecated" : false, "required" : [ "childPolicy", "taskList", "workflowType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The input provided to the workflow execution (if any).

                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The input provided to the workflow execution (if any).

                                                                                                                                  ", "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, "uri" : false, "header" : 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 workflow execution (if any).

                                                                                                                                  \n@param input The input provided to the workflow execution (if any).*/", "getterDocumentation" : "/**

                                                                                                                                  The input provided to the workflow execution (if any).

                                                                                                                                  \n@return The input provided to the workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The input provided to the workflow execution (if any).

                                                                                                                                  \n@param input The input provided to the workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The input provided to the workflow execution (if any).

                                                                                                                                  \n@param input The input provided to the workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  \n@return The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                  \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The maximum duration of decision tasks for this 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.

                                                                                                                                  ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The maximum duration of decision tasks for this 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.

                                                                                                                                  ", "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, "uri" : false, "header" : 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 duration of decision tasks for this 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.

                                                                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.*/", "getterDocumentation" : "/**

                                                                                                                                  The maximum duration of decision tasks for this 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.

                                                                                                                                  \n@return The maximum duration of decision tasks for this 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The maximum duration of decision tasks for this 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.

                                                                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The maximum duration of decision tasks for this 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.

                                                                                                                                  \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                  The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                  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, "uri" : false, "header" : 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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                  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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                    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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                    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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                      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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                      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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                        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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                        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 name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          ", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@return The name of the task list for scheduling the decision tasks for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                          The workflow type of this 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, "uri" : false, "header" : 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 of this execution.

                                                                                                                                          \n@param workflowType The workflow type of this execution.*/", "getterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@return The workflow type of this execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@param workflowType The workflow type of this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@param workflowType The workflow type of 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 this workflow execution. An execution can have up to 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 this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@param tagList The list of tags associated with this workflow execution. An execution can have up to 5 tags.*/", "getterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@return The list of tags associated with this workflow execution. An execution can have up to 5 tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@param tagList The list of tags associated with this workflow execution. An execution can have up to 5 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n

                                                                                                                                          NOTE: 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 associated with this workflow execution. An execution can have up to 5 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "TaskPriority", "c2jName" : "taskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "taskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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, "uri" : false, "header" : 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 taskPriority */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          ", "name" : "ContinuedExecutionRunId", "c2jName" : "continuedExecutionRunId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "continuedExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continuedExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "continuedExecutionRunId", "marshallLocationName" : "continuedExecutionRunId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.*/", "getterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@return If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          ", "name" : "ParentWorkflowExecution", "c2jName" : "parentWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "parentWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "parentWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentWorkflowExecution", "marshallLocationName" : "parentWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.*/", "getterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@return The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.\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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          ", "name" : "ParentInitiatedEventId", "c2jName" : "parentInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "parentInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                          The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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" : "parentInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentInitiatedEventId", "marshallLocationName" : "parentInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionStartedEventAttributes", "variableType" : "WorkflowExecutionStartedEventAttributes", "variableDeclarationType" : "WorkflowExecutionStartedEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionStartedEventAttributes", "variableSetterType" : "WorkflowExecutionStartedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ContinuedExecutionRunId" : { "documentation" : "

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          ", "name" : "ContinuedExecutionRunId", "c2jName" : "continuedExecutionRunId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "continuedExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "continuedExecutionRunId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "continuedExecutionRunId", "marshallLocationName" : "continuedExecutionRunId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.*/", "getterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@return If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

                                                                                                                                          \n@param continuedExecutionRunId If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagList" : { "documentation" : "

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 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 this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@param tagList The list of tags associated with this workflow execution. An execution can have up to 5 tags.*/", "getterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@return The list of tags associated with this workflow execution. An execution can have up to 5 tags.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n@param tagList The list of tags associated with this workflow execution. An execution can have up to 5 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The list of tags associated with this workflow execution. An execution can have up to 5 tags.

                                                                                                                                          \n

                                                                                                                                          NOTE: 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 associated with this workflow execution. An execution can have up to 5 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                                                                          The input provided to the workflow execution (if any).

                                                                                                                                          ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The input provided to the workflow execution (if any).

                                                                                                                                          ", "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, "uri" : false, "header" : 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 workflow execution (if any).

                                                                                                                                          \n@param input The input provided to the workflow execution (if any).*/", "getterDocumentation" : "/**

                                                                                                                                          The input provided to the workflow execution (if any).

                                                                                                                                          \n@return The input provided to the workflow execution (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The input provided to the workflow execution (if any).

                                                                                                                                          \n@param input The input provided to the workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The input provided to the workflow execution (if any).

                                                                                                                                          \n@param input The input provided to the workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParentWorkflowExecution" : { "documentation" : "

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          ", "name" : "ParentWorkflowExecution", "c2jName" : "parentWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "parentWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "parentWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentWorkflowExecution", "marshallLocationName" : "parentWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.*/", "getterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@return The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.

                                                                                                                                          \n@param parentWorkflowExecution The source workflow execution that started this workflow execution. The member is not set if the workflow execution was not started by a workflow.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          ", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@return The name of the task list for scheduling the decision tasks for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The name of the task list for scheduling the decision tasks for this workflow execution.

                                                                                                                                          \n@param taskList The name of the task list for scheduling the decision tasks for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LambdaRole" : { "documentation" : "

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          ", "name" : "LambdaRole", "c2jName" : "lambdaRole", "c2jShape" : "Arn", "variable" : { "variableName" : "lambdaRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "getterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@return The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.

                                                                                                                                          \n@param lambdaRole The IAM role attached to this workflow execution to use when invoking AWS Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParentInitiatedEventId" : { "documentation" : "

                                                                                                                                          The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          ", "name" : "ParentInitiatedEventId", "c2jName" : "parentInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "parentInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                          The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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" : "parentInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentInitiatedEventId", "marshallLocationName" : "parentInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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 workflow execution. The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                          \n@param parentInitiatedEventId The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution decision to start this workflow execution. The source event with this ID can be found in the history of the source 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.*/" }, "TaskStartToCloseTimeout" : { "documentation" : "

                                                                                                                                          The maximum duration of decision tasks for this 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.

                                                                                                                                          ", "name" : "TaskStartToCloseTimeout", "c2jName" : "taskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "taskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The maximum duration of decision tasks for this 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.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 duration of decision tasks for this 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.

                                                                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.*/", "getterDocumentation" : "/**

                                                                                                                                          The maximum duration of decision tasks for this 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.

                                                                                                                                          \n@return The maximum duration of decision tasks for this 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The maximum duration of decision tasks for this 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.

                                                                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The maximum duration of decision tasks for this 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.

                                                                                                                                          \n@param taskStartToCloseTimeout The maximum duration of decision tasks for this 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskPriority" : { "documentation" : "", "name" : "TaskPriority", "c2jName" : "taskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "taskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "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, "uri" : false, "header" : 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 taskPriority */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskPriority \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionStartToCloseTimeout" : { "documentation" : "

                                                                                                                                          The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          ", "name" : "ExecutionStartToCloseTimeout", "c2jName" : "executionStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "executionStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          ", "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, "uri" : false, "header" : 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 duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "getterDocumentation" : "/**

                                                                                                                                          The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          \n@return The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                          \n@param executionStartToCloseTimeout The maximum duration for this workflow execution.

                                                                                                                                          The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                          The workflow type of this 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, "uri" : false, "header" : 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 of this execution.

                                                                                                                                          \n@param workflowType The workflow type of this execution.*/", "getterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@return The workflow type of this execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@param workflowType The workflow type of this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          The workflow type of this execution.

                                                                                                                                          \n@param workflowType The workflow type of this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ChildPolicy" : { "documentation" : "

                                                                                                                                          The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                          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, "uri" : false, "header" : 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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                          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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                            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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                            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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                              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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                              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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                                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 to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

                                                                                                                                                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*/" } } }, "WorkflowExecutionCanceledEventAttributes" : { "c2jName" : "WorkflowExecutionCanceledEventAttributes", "documentation" : "

                                                                                                                                                  Provides details of the WorkflowExecutionCanceled event.

                                                                                                                                                  ", "shapeName" : "WorkflowExecutionCanceledEventAttributes", "deprecated" : false, "required" : [ "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).*/", "getterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@return Details for the cancellation (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).\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 CancelWorkflowExecution 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 CancelWorkflowExecution 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, "uri" : false, "header" : 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionCanceledEventAttributes", "variableType" : "WorkflowExecutionCanceledEventAttributes", "variableDeclarationType" : "WorkflowExecutionCanceledEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionCanceledEventAttributes", "variableSetterType" : "WorkflowExecutionCanceledEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).*/", "getterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@return Details for the cancellation (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Details for the cancellation (if any).

                                                                                                                                                  \n@param details Details for the cancellation (if any).\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 CancelWorkflowExecution 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 CancelWorkflowExecution 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, "uri" : false, "header" : 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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 CancelWorkflowExecution 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.*/" } } }, "TimerStartedEventAttributes" : { "c2jName" : "TimerStartedEventAttributes", "documentation" : "

                                                                                                                                                  Provides details of the TimerStarted event.

                                                                                                                                                  ", "shapeName" : "TimerStartedEventAttributes", "deprecated" : false, "required" : [ "timerId", "startToFireTimeout", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.*/", "getterDocumentation" : "/**

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  \n@return The unique ID of the timer that was started.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.\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 started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.\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, "uri" : false, "header" : 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" : "

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  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" : "

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  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, "uri" : false, "header" : 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 duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.*/", "getterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@return The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.\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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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, "uri" : false, "header" : 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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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" : "timerStartedEventAttributes", "variableType" : "TimerStartedEventAttributes", "variableDeclarationType" : "TimerStartedEventAttributes", "documentation" : null, "simpleType" : "TimerStartedEventAttributes", "variableSetterType" : "TimerStartedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartToFireTimeout" : { "documentation" : "

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  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" : "

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  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, "uri" : false, "header" : 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 duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.*/", "getterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@return The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.

                                                                                                                                                  \n@param startToFireTimeout The duration of time after which the timer will fire.

                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0.\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 started.

                                                                                                                                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.*/", "getterDocumentation" : "/**

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  \n@return The unique ID of the timer that was started.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The unique ID of the timer that was started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.\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 started.

                                                                                                                                                  \n@param timerId The unique ID of the timer that was started.\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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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, "uri" : false, "header" : 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 StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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 task that resulted in the StartTimer decision for 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "EventType" : { "c2jName" : "EventType", "documentation" : "", "shapeName" : "EventType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "WorkflowExecutionStarted", "value" : "WorkflowExecutionStarted" }, { "name" : "WorkflowExecutionCancelRequested", "value" : "WorkflowExecutionCancelRequested" }, { "name" : "WorkflowExecutionCompleted", "value" : "WorkflowExecutionCompleted" }, { "name" : "CompleteWorkflowExecutionFailed", "value" : "CompleteWorkflowExecutionFailed" }, { "name" : "WorkflowExecutionFailed", "value" : "WorkflowExecutionFailed" }, { "name" : "FailWorkflowExecutionFailed", "value" : "FailWorkflowExecutionFailed" }, { "name" : "WorkflowExecutionTimedOut", "value" : "WorkflowExecutionTimedOut" }, { "name" : "WorkflowExecutionCanceled", "value" : "WorkflowExecutionCanceled" }, { "name" : "CancelWorkflowExecutionFailed", "value" : "CancelWorkflowExecutionFailed" }, { "name" : "WorkflowExecutionContinuedAsNew", "value" : "WorkflowExecutionContinuedAsNew" }, { "name" : "ContinueAsNewWorkflowExecutionFailed", "value" : "ContinueAsNewWorkflowExecutionFailed" }, { "name" : "WorkflowExecutionTerminated", "value" : "WorkflowExecutionTerminated" }, { "name" : "DecisionTaskScheduled", "value" : "DecisionTaskScheduled" }, { "name" : "DecisionTaskStarted", "value" : "DecisionTaskStarted" }, { "name" : "DecisionTaskCompleted", "value" : "DecisionTaskCompleted" }, { "name" : "DecisionTaskTimedOut", "value" : "DecisionTaskTimedOut" }, { "name" : "ActivityTaskScheduled", "value" : "ActivityTaskScheduled" }, { "name" : "ScheduleActivityTaskFailed", "value" : "ScheduleActivityTaskFailed" }, { "name" : "ActivityTaskStarted", "value" : "ActivityTaskStarted" }, { "name" : "ActivityTaskCompleted", "value" : "ActivityTaskCompleted" }, { "name" : "ActivityTaskFailed", "value" : "ActivityTaskFailed" }, { "name" : "ActivityTaskTimedOut", "value" : "ActivityTaskTimedOut" }, { "name" : "ActivityTaskCanceled", "value" : "ActivityTaskCanceled" }, { "name" : "ActivityTaskCancelRequested", "value" : "ActivityTaskCancelRequested" }, { "name" : "RequestCancelActivityTaskFailed", "value" : "RequestCancelActivityTaskFailed" }, { "name" : "WorkflowExecutionSignaled", "value" : "WorkflowExecutionSignaled" }, { "name" : "MarkerRecorded", "value" : "MarkerRecorded" }, { "name" : "RecordMarkerFailed", "value" : "RecordMarkerFailed" }, { "name" : "TimerStarted", "value" : "TimerStarted" }, { "name" : "StartTimerFailed", "value" : "StartTimerFailed" }, { "name" : "TimerFired", "value" : "TimerFired" }, { "name" : "TimerCanceled", "value" : "TimerCanceled" }, { "name" : "CancelTimerFailed", "value" : "CancelTimerFailed" }, { "name" : "StartChildWorkflowExecutionInitiated", "value" : "StartChildWorkflowExecutionInitiated" }, { "name" : "StartChildWorkflowExecutionFailed", "value" : "StartChildWorkflowExecutionFailed" }, { "name" : "ChildWorkflowExecutionStarted", "value" : "ChildWorkflowExecutionStarted" }, { "name" : "ChildWorkflowExecutionCompleted", "value" : "ChildWorkflowExecutionCompleted" }, { "name" : "ChildWorkflowExecutionFailed", "value" : "ChildWorkflowExecutionFailed" }, { "name" : "ChildWorkflowExecutionTimedOut", "value" : "ChildWorkflowExecutionTimedOut" }, { "name" : "ChildWorkflowExecutionCanceled", "value" : "ChildWorkflowExecutionCanceled" }, { "name" : "ChildWorkflowExecutionTerminated", "value" : "ChildWorkflowExecutionTerminated" }, { "name" : "SignalExternalWorkflowExecutionInitiated", "value" : "SignalExternalWorkflowExecutionInitiated" }, { "name" : "SignalExternalWorkflowExecutionFailed", "value" : "SignalExternalWorkflowExecutionFailed" }, { "name" : "ExternalWorkflowExecutionSignaled", "value" : "ExternalWorkflowExecutionSignaled" }, { "name" : "RequestCancelExternalWorkflowExecutionInitiated", "value" : "RequestCancelExternalWorkflowExecutionInitiated" }, { "name" : "RequestCancelExternalWorkflowExecutionFailed", "value" : "RequestCancelExternalWorkflowExecutionFailed" }, { "name" : "ExternalWorkflowExecutionCancelRequested", "value" : "ExternalWorkflowExecutionCancelRequested" }, { "name" : "LambdaFunctionScheduled", "value" : "LambdaFunctionScheduled" }, { "name" : "LambdaFunctionStarted", "value" : "LambdaFunctionStarted" }, { "name" : "LambdaFunctionCompleted", "value" : "LambdaFunctionCompleted" }, { "name" : "LambdaFunctionFailed", "value" : "LambdaFunctionFailed" }, { "name" : "LambdaFunctionTimedOut", "value" : "LambdaFunctionTimedOut" }, { "name" : "ScheduleLambdaFunctionFailed", "value" : "ScheduleLambdaFunctionFailed" }, { "name" : "StartLambdaFunctionFailed", "value" : "StartLambdaFunctionFailed" } ], "variable" : { "variableName" : "eventType", "variableType" : "EventType", "variableDeclarationType" : "EventType", "documentation" : null, "simpleType" : "EventType", "variableSetterType" : "EventType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeprecateWorkflowTypeRequest" : { "c2jName" : "DeprecateWorkflowTypeInput", "documentation" : "", "shapeName" : "DeprecateWorkflowTypeRequest", "deprecated" : false, "required" : [ "domain", "workflowType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@return The name of the domain in which the workflow type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.*/", "getterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@return The workflow type to deprecate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deprecateWorkflowTypeRequest", "variableType" : "DeprecateWorkflowTypeRequest", "variableDeclarationType" : "DeprecateWorkflowTypeRequest", "documentation" : null, "simpleType" : "DeprecateWorkflowTypeRequest", "variableSetterType" : "DeprecateWorkflowTypeRequest" }, "marshaller" : { "action" : "DeprecateWorkflowType", "verb" : "POST", "target" : "SimpleWorkflowService.DeprecateWorkflowType", "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 in which the workflow type is registered.

                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@return The name of the domain in which the workflow type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain in which the workflow type is registered.

                                                                                                                                                  \n@param domain The name of the domain in which the workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.*/", "getterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@return The workflow type to deprecate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The workflow type to deprecate.

                                                                                                                                                  \n@param workflowType The workflow type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RespondActivityTaskFailedRequest" : { "c2jName" : "RespondActivityTaskFailedInput", "documentation" : "", "shapeName" : "RespondActivityTaskFailedRequest", "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, "uri" : false, "header" : 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" : "

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.*/", "getterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@return Description of the error that may assist in diagnostics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "respondActivityTaskFailedRequest", "variableType" : "RespondActivityTaskFailedRequest", "variableDeclarationType" : "RespondActivityTaskFailedRequest", "documentation" : null, "simpleType" : "RespondActivityTaskFailedRequest", "variableSetterType" : "RespondActivityTaskFailedRequest" }, "marshaller" : { "action" : "RespondActivityTaskFailed", "verb" : "POST", "target" : "SimpleWorkflowService.RespondActivityTaskFailed", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Optional. Detailed information about the failure.

                                                                                                                                                  \n@param details Optional.\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, "uri" : false, "header" : 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.*/" }, "Reason" : { "documentation" : "

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.*/", "getterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@return Description of the error that may assist in diagnostics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Description of the error that may assist in diagnostics.

                                                                                                                                                  \n@param reason Description of the error that may assist in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkflowExecutionInfos" : { "c2jName" : "WorkflowExecutionInfos", "documentation" : "

                                                                                                                                                  Contains a paginated list of information about workflow executions.

                                                                                                                                                  ", "shapeName" : "WorkflowExecutionInfos", "deprecated" : false, "required" : [ "executionInfos" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  ", "name" : "ExecutionInfos", "c2jName" : "executionInfos", "c2jShape" : "WorkflowExecutionInfoList", "variable" : { "variableName" : "executionInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "executionInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionInfos", "marshallLocationName" : "executionInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WorkflowExecutionInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WorkflowExecutionInfo", "variable" : { "variableName" : "member", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "getterModel" : { "returnType" : "WorkflowExecutionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "WorkflowExecutionInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.*/", "getterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@return The list of workflow information structures.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setExecutionInfos(java.util.Collection)} or {@link #withExecutionInfos(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.\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, "uri" : false, "header" : 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" : "workflowExecutionInfos", "variableType" : "WorkflowExecutionInfos", "variableDeclarationType" : "WorkflowExecutionInfos", "documentation" : null, "simpleType" : "WorkflowExecutionInfos", "variableSetterType" : "WorkflowExecutionInfos" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "ExecutionInfos" : { "documentation" : "

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  ", "name" : "ExecutionInfos", "c2jName" : "executionInfos", "c2jShape" : "WorkflowExecutionInfoList", "variable" : { "variableName" : "executionInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "executionInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionInfos", "marshallLocationName" : "executionInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "WorkflowExecutionInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "WorkflowExecutionInfo", "variable" : { "variableName" : "member", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "getterModel" : { "returnType" : "WorkflowExecutionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "WorkflowExecutionInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.*/", "getterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@return The list of workflow information structures.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The list of workflow information structures.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setExecutionInfos(java.util.Collection)} or {@link #withExecutionInfos(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param executionInfos The list of workflow information structures.\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" : { } }, "PollForActivityTaskRequest" : { "c2jName" : "PollForActivityTaskInput", "documentation" : "", "shapeName" : "PollForActivityTaskRequest", "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 lists being polled.

                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  \n@return The name of the domain that contains the task lists being polled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.\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 lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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, "uri" : false, "header" : 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@return Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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.*/" } ], "enums" : null, "variable" : { "variableName" : "pollForActivityTaskRequest", "variableType" : "PollForActivityTaskRequest", "variableDeclarationType" : "PollForActivityTaskRequest", "documentation" : null, "simpleType" : "PollForActivityTaskRequest", "variableSetterType" : "PollForActivityTaskRequest" }, "marshaller" : { "action" : "PollForActivityTask", "verb" : "POST", "target" : "SimpleWorkflowService.PollForActivityTask", "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 that contains the task lists being polled.

                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  \n@return The name of the domain that contains the task lists being polled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the domain that contains the task lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.\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 lists being polled.

                                                                                                                                                  \n@param domain The name of the domain that contains the task lists being polled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Identity" : { "documentation" : "

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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, "uri" : false, "header" : 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@return Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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 making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                  \n@param identity Identity of the worker making the request, recorded in the ActivityTaskStarted event in the workflow history. This enables diagnostic tracing 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.*/" }, "TaskList" : { "documentation" : "

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Specifies the task list to poll for activity tasks.

                                                                                                                                                  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 Specifies the task list to poll for activity tasks.

                                                                                                                                                  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.*/" } } }, "WorkflowExecutionAlreadyStartedException" : { "c2jName" : "WorkflowExecutionAlreadyStartedFault", "documentation" : "

                                                                                                                                                  Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.

                                                                                                                                                  ", "shapeName" : "WorkflowExecutionAlreadyStartedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "workflowExecutionAlreadyStartedException", "variableType" : "WorkflowExecutionAlreadyStartedException", "variableDeclarationType" : "WorkflowExecutionAlreadyStartedException", "documentation" : null, "simpleType" : "WorkflowExecutionAlreadyStartedException", "variableSetterType" : "WorkflowExecutionAlreadyStartedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "WorkflowExecutionAlreadyStartedFault", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "DefaultUndefinedException" : { "c2jName" : "DefaultUndefinedFault", "documentation" : "", "shapeName" : "DefaultUndefinedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "defaultUndefinedException", "variableType" : "DefaultUndefinedException", "variableDeclarationType" : "DefaultUndefinedException", "documentation" : null, "simpleType" : "DefaultUndefinedException", "variableSetterType" : "DefaultUndefinedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DefaultUndefinedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RegisterDomainRequest" : { "c2jName" : "RegisterDomainInput", "documentation" : "", "shapeName" : "RegisterDomainRequest", "deprecated" : false, "required" : [ "name", "workflowExecutionRetentionPeriodInDays" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.*/", "getterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@return A text description of the domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  ", "name" : "WorkflowExecutionRetentionPeriodInDays", "c2jName" : "workflowExecutionRetentionPeriodInDays", "c2jShape" : "DurationInDays", "variable" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionRetentionPeriodInDays", "marshallLocationName" : "workflowExecutionRetentionPeriodInDays", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@return The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerDomainRequest", "variableType" : "RegisterDomainRequest", "variableDeclarationType" : "RegisterDomainRequest", "documentation" : null, "simpleType" : "RegisterDomainRequest", "variableSetterType" : "RegisterDomainRequest" }, "marshaller" : { "action" : "RegisterDomain", "verb" : "POST", "target" : "SimpleWorkflowService.RegisterDomain", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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" : "/**

                                                                                                                                                  Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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 name Name of the domain to register. The name must be unique in the region that the domain is registered in.

                                                                                                                                                  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.*/" }, "Description" : { "documentation" : "

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.*/", "getterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@return A text description of the domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A text description of the domain.

                                                                                                                                                  \n@param description A text description of the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecutionRetentionPeriodInDays" : { "documentation" : "

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  ", "name" : "WorkflowExecutionRetentionPeriodInDays", "c2jName" : "workflowExecutionRetentionPeriodInDays", "c2jShape" : "DurationInDays", "variable" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionRetentionPeriodInDays", "marshallLocationName" : "workflowExecutionRetentionPeriodInDays", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.*/", "getterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@return The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.

                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution is not available in the results of visibility calls.

                                                                                                                                                  If you pass the value NONE or 0 (zero), then the workflow execution history will not be retained. As soon as the workflow execution completes, the execution record and its history are deleted.

                                                                                                                                                  The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "RequestCancelActivityTaskDecisionAttributes" : { "c2jName" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : "

                                                                                                                                                  Provides details of the RequestCancelActivityTask 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" : "RequestCancelActivityTaskDecisionAttributes", "deprecated" : false, "required" : [ "activityId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@return The activityId of the activity task to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "requestCancelActivityTaskDecisionAttributes", "variableType" : "RequestCancelActivityTaskDecisionAttributes", "variableDeclarationType" : "RequestCancelActivityTaskDecisionAttributes", "documentation" : null, "simpleType" : "RequestCancelActivityTaskDecisionAttributes", "variableSetterType" : "RequestCancelActivityTaskDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ActivityId" : { "documentation" : "

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  ", "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, "uri" : false, "header" : 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 of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@return The activityId of the activity task to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The activityId of the activity task to be canceled.

                                                                                                                                                  \n@param activityId The activityId of the activity task to be canceled.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@param tagList 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.*/", "getterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@param tagList 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n

                                                                                                                                                          NOTE: 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 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          ", "name" : "CancelRequested", "c2jName" : "cancelRequested", "c2jShape" : "Canceled", "variable" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelRequested", "marshallLocationName" : "cancelRequested", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@return Set to true if a cancellation is requested for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionInfo", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : null, "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ExecutionStatus" : { "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, "uri" : false, "header" : 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*/" }, "CloseTimestamp" : { "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, "uri" : false, "header" : 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.*/" }, "Execution" : { "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, "uri" : false, "header" : 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.*/" }, "TagList" : { "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", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@param tagList 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.*/", "getterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n@param tagList 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          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.

                                                                                                                                                          \n

                                                                                                                                                          NOTE: 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 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Parent" : { "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, "uri" : false, "header" : 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.*/" }, "CancelRequested" : { "documentation" : "

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          ", "name" : "CancelRequested", "c2jName" : "cancelRequested", "c2jShape" : "Canceled", "variable" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelRequested", "marshallLocationName" : "cancelRequested", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@return Set to true if a cancellation is requested for this workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          Set to true if a cancellation is requested for this workflow execution.

                                                                                                                                                          \n@param cancelRequested Set to true if a cancellation is requested for this workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloseStatus" : { "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, "uri" : false, "header" : 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*/" }, "StartTimestamp" : { "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, "uri" : false, "header" : 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.*/" }, "WorkflowType" : { "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, "uri" : false, "header" : 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.*/" } } }, "FailWorkflowExecutionFailedEventAttributes" : { "c2jName" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                                                                                                                                  Provides details of the FailWorkflowExecutionFailed event.

                                                                                                                                                                  ", "shapeName" : "FailWorkflowExecutionFailedEventAttributes", "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" : "FailWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "FailWorkflowExecutionFailedCause", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/" }, { "documentation" : "

                                                                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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, "uri" : false, "header" : 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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" : "failWorkflowExecutionFailedEventAttributes", "variableType" : "FailWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "FailWorkflowExecutionFailedEventAttributes", "documentation" : null, "simpleType" : "FailWorkflowExecutionFailedEventAttributes", "variableSetterType" : "FailWorkflowExecutionFailedEventAttributes" }, "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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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, "uri" : false, "header" : 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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 FailWorkflowExecution decision to fail 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.*/" }, "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" : "FailWorkflowExecutionFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "FailWorkflowExecutionFailedCause", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/", "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 FailWorkflowExecutionFailedCause*/" } } }, "WorkflowTypeFilter" : { "c2jName" : "WorkflowTypeFilter", "documentation" : "

                                                                                                                                                                  Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

                                                                                                                                                                  ", "shapeName" : "WorkflowTypeFilter", "deprecated" : false, "required" : [ "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  ", "name" : "Version", "c2jName" : "version", "c2jShape" : "VersionOptional", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@return Version of the workflow type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowTypeFilter", "variableType" : "WorkflowTypeFilter", "variableDeclarationType" : "WorkflowTypeFilter", "documentation" : null, "simpleType" : "WorkflowTypeFilter", "variableSetterType" : "WorkflowTypeFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Required. Name of the workflow type.

                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Version" : { "documentation" : "

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  ", "name" : "Version", "c2jName" : "version", "c2jShape" : "VersionOptional", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@return Version of the workflow type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Version of the workflow type.

                                                                                                                                                                  \n@param version Version of the workflow type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { } }, "RespondDecisionTaskCompletedRequest" : { "c2jName" : "RespondDecisionTaskCompletedInput", "documentation" : "", "shapeName" : "RespondDecisionTaskCompletedRequest", "deprecated" : false, "required" : [ "taskToken" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The taskToken from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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, "uri" : false, "header" : 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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  ", "name" : "Decisions", "c2jName" : "decisions", "c2jShape" : "DecisionList", "variable" : { "variableName" : "decisions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "decisions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisions", "marshallLocationName" : "decisions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Decision", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Decision", "variable" : { "variableName" : "member", "variableType" : "Decision", "variableDeclarationType" : "Decision", "documentation" : "", "simpleType" : "Decision", "variableSetterType" : "Decision" }, "setterModel" : { "variableName" : "member", "variableType" : "Decision", "variableDeclarationType" : "Decision", "documentation" : "", "simpleType" : "Decision", "variableSetterType" : "Decision" }, "getterModel" : { "returnType" : "Decision", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "Decision" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@return The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDecisions(java.util.Collection)} or {@link #withDecisions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  ", "name" : "ExecutionContext", "c2jName" : "executionContext", "c2jShape" : "Data", "variable" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionContext", "marshallLocationName" : "executionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@return User defined context to add to workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "respondDecisionTaskCompletedRequest", "variableType" : "RespondDecisionTaskCompletedRequest", "variableDeclarationType" : "RespondDecisionTaskCompletedRequest", "documentation" : null, "simpleType" : "RespondDecisionTaskCompletedRequest", "variableSetterType" : "RespondDecisionTaskCompletedRequest" }, "marshaller" : { "action" : "RespondDecisionTaskCompleted", "verb" : "POST", "target" : "SimpleWorkflowService.RespondDecisionTaskCompleted", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ExecutionContext" : { "documentation" : "

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  ", "name" : "ExecutionContext", "c2jName" : "executionContext", "c2jShape" : "Data", "variable" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionContext", "marshallLocationName" : "executionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@return User defined context to add to workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  User defined context to add to workflow execution.

                                                                                                                                                                  \n@param executionContext User defined context to add to workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskToken" : { "documentation" : "

                                                                                                                                                                  The taskToken from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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, "uri" : false, "header" : 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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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 from the DecisionTask.

                                                                                                                                                                  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.*/" }, "Decisions" : { "documentation" : "

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  ", "name" : "Decisions", "c2jName" : "decisions", "c2jShape" : "DecisionList", "variable" : { "variableName" : "decisions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "decisions", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "decisions", "marshallLocationName" : "decisions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Decision", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Decision", "variable" : { "variableName" : "member", "variableType" : "Decision", "variableDeclarationType" : "Decision", "documentation" : "", "simpleType" : "Decision", "variableSetterType" : "Decision" }, "setterModel" : { "variableName" : "member", "variableType" : "Decision", "variableDeclarationType" : "Decision", "documentation" : "", "simpleType" : "Decision", "variableSetterType" : "Decision" }, "getterModel" : { "returnType" : "Decision", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "Decision" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@return The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.

                                                                                                                                                                  \n

                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDecisions(java.util.Collection)} or {@link #withDecisions(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                  \n@param decisions The list of decisions (possibly empty) made by the decider while processing this decision task. See the docs for the decision structure for details.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActivityTaskStatus" : { "c2jName" : "ActivityTaskStatus", "documentation" : "

                                                                                                                                                                  Status information about an activity task.

                                                                                                                                                                  ", "shapeName" : "ActivityTaskStatus", "deprecated" : false, "required" : [ "cancelRequested" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  ", "name" : "CancelRequested", "c2jName" : "cancelRequested", "c2jShape" : "Canceled", "variable" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelRequested", "marshallLocationName" : "cancelRequested", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@return Set to true if cancellation of the task is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTaskStatus", "variableType" : "ActivityTaskStatus", "variableDeclarationType" : "ActivityTaskStatus", "documentation" : null, "simpleType" : "ActivityTaskStatus", "variableSetterType" : "ActivityTaskStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CancelRequested" : { "documentation" : "

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  ", "name" : "CancelRequested", "c2jName" : "cancelRequested", "c2jShape" : "Canceled", "variable" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cancelRequested", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cancelRequested", "marshallLocationName" : "cancelRequested", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@return Set to true if cancellation of the task is requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Set to true if cancellation of the task is requested.

                                                                                                                                                                  \n@param cancelRequested Set to true if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MarkerRecordedEventAttributes" : { "c2jName" : "MarkerRecordedEventAttributes", "documentation" : "

                                                                                                                                                                  Provides details of the MarkerRecorded event.

                                                                                                                                                                  ", "shapeName" : "MarkerRecordedEventAttributes", "deprecated" : false, "required" : [ "markerName", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 marker.

                                                                                                                                                                  \n@param markerName The name of the marker.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@return The name of the marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@param markerName The name of the marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@param markerName The name of the marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).*/", "getterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@return Details of the marker (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).\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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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, "uri" : false, "header" : 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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" : "markerRecordedEventAttributes", "variableType" : "MarkerRecordedEventAttributes", "variableDeclarationType" : "MarkerRecordedEventAttributes", "documentation" : null, "simpleType" : "MarkerRecordedEventAttributes", "variableSetterType" : "MarkerRecordedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MarkerName" : { "documentation" : "

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 marker.

                                                                                                                                                                  \n@param markerName The name of the marker.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@return The name of the marker.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@param markerName The name of the marker.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the marker.

                                                                                                                                                                  \n@param markerName The name of the marker.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Details" : { "documentation" : "

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).*/", "getterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@return Details of the marker (if any).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Details of the marker (if any).

                                                                                                                                                                  \n@param details Details of the marker (if any).\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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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, "uri" : false, "header" : 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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 RecordMarker decision that requested this marker. 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.*/" } } }, "WorkflowExecutionTimeoutType" : { "c2jName" : "WorkflowExecutionTimeoutType", "documentation" : "", "shapeName" : "WorkflowExecutionTimeoutType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "START_TO_CLOSE", "value" : "START_TO_CLOSE" } ], "variable" : { "variableName" : "workflowExecutionTimeoutType", "variableType" : "WorkflowExecutionTimeoutType", "variableDeclarationType" : "WorkflowExecutionTimeoutType", "documentation" : null, "simpleType" : "WorkflowExecutionTimeoutType", "variableSetterType" : "WorkflowExecutionTimeoutType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "RecordMarkerFailedEventAttributes" : { "c2jName" : "RecordMarkerFailedEventAttributes", "documentation" : "

                                                                                                                                                                                  Provides details of the RecordMarkerFailed event.

                                                                                                                                                                                  ", "shapeName" : "RecordMarkerFailedEventAttributes", "deprecated" : false, "required" : [ "markerName", "cause", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@return The marker's name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.\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" : "RecordMarkerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordMarkerFailedCause", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/" }, { "documentation" : "

                                                                                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarkerFailed 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 RecordMarkerFailed 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, "uri" : false, "header" : 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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.*/" } ], "enums" : null, "variable" : { "variableName" : "recordMarkerFailedEventAttributes", "variableType" : "RecordMarkerFailedEventAttributes", "variableDeclarationType" : "RecordMarkerFailedEventAttributes", "documentation" : null, "simpleType" : "RecordMarkerFailedEventAttributes", "variableSetterType" : "RecordMarkerFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MarkerName" : { "documentation" : "

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@return The marker's name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The marker's name.

                                                                                                                                                                                  \n@param markerName The marker's name.\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 RecordMarkerFailed 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 RecordMarkerFailed 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, "uri" : false, "header" : 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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 RecordMarkerFailed 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.*/" }, "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" : "RecordMarkerFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RecordMarkerFailedCause", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/", "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 RecordMarkerFailedCause*/" } } }, "DomainDeprecatedException" : { "c2jName" : "DomainDeprecatedFault", "documentation" : "

                                                                                                                                                                                  Returned when the specified domain has been deprecated.

                                                                                                                                                                                  ", "shapeName" : "DomainDeprecatedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "domainDeprecatedException", "variableType" : "DomainDeprecatedException", "variableDeclarationType" : "DomainDeprecatedException", "documentation" : null, "simpleType" : "DomainDeprecatedException", "variableSetterType" : "DomainDeprecatedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DomainDeprecatedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionCancelRequestedEventAttributes" : { "c2jName" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : "

                                                                                                                                                                                  Provides details of the WorkflowExecutionCancelRequested event.

                                                                                                                                                                                  ", "shapeName" : "WorkflowExecutionCancelRequestedEventAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  ", "name" : "ExternalWorkflowExecution", "c2jName" : "externalWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecution", "marshallLocationName" : "externalWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@return The external workflow execution for which the cancellation was requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.\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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  ", "name" : "ExternalInitiatedEventId", "c2jName" : "externalInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                  The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalInitiatedEventId", "marshallLocationName" : "externalInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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" : "

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  ", "name" : "Cause", "c2jName" : "cause", "c2jShape" : "WorkflowExecutionCancelRequestedCause", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkflowExecutionCancelRequestedCause", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@see WorkflowExecutionCancelRequestedCause*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@return If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@see WorkflowExecutionCancelRequestedCause*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionCancelRequestedCause*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionCancelRequestedCause*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionCancelRequestedEventAttributes", "variableType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableDeclarationType" : "WorkflowExecutionCancelRequestedEventAttributes", "documentation" : null, "simpleType" : "WorkflowExecutionCancelRequestedEventAttributes", "variableSetterType" : "WorkflowExecutionCancelRequestedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ExternalInitiatedEventId" : { "documentation" : "

                                                                                                                                                                                  The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  ", "name" : "ExternalInitiatedEventId", "c2jName" : "externalInitiatedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                  The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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" : "externalInitiatedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalInitiatedEventId", "marshallLocationName" : "externalInitiatedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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 workflow execution.The source event with this ID can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

                                                                                                                                                                                  \n@param externalInitiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this ID can be found in the history of the source 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.*/" }, "Cause" : { "documentation" : "

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  ", "name" : "Cause", "c2jName" : "cause", "c2jShape" : "WorkflowExecutionCancelRequestedCause", "variable" : { "variableName" : "cause", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkflowExecutionCancelRequestedCause", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@see WorkflowExecutionCancelRequestedCause*/", "getterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@return If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@see WorkflowExecutionCancelRequestedCause*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionCancelRequestedCause*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

                                                                                                                                                                                  \n@param cause If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionCancelRequestedCause*/" }, "ExternalWorkflowExecution" : { "documentation" : "

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  ", "name" : "ExternalWorkflowExecution", "c2jName" : "externalWorkflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  ", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "setterModel" : { "variableName" : "externalWorkflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "", "simpleType" : "WorkflowExecution", "variableSetterType" : "WorkflowExecution" }, "getterModel" : { "returnType" : "WorkflowExecution", "documentation" : null }, "http" : { "unmarshallLocationName" : "externalWorkflowExecution", "marshallLocationName" : "externalWorkflowExecution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@return The external workflow execution for which the cancellation was requested.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The external workflow execution for which the cancellation was requested.

                                                                                                                                                                                  \n@param externalWorkflowExecution The external workflow execution for which the cancellation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "HistoryEvent" }, "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.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "HistoryEvent" }, "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.

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: 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.*/" } } }, "GetWorkflowExecutionHistoryRequest" : { "c2jName" : "GetWorkflowExecutionHistoryInput", "documentation" : "", "shapeName" : "GetWorkflowExecutionHistoryRequest", "deprecated" : false, "required" : [ "domain", "execution" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  \n@return The name of the domain containing the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.\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.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  ", "name" : "Execution", "c2jName" : "execution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "execution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@return Specifies the workflow execution for which to return the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@return When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getWorkflowExecutionHistoryRequest", "variableType" : "GetWorkflowExecutionHistoryRequest", "variableDeclarationType" : "GetWorkflowExecutionHistoryRequest", "documentation" : null, "simpleType" : "GetWorkflowExecutionHistoryRequest", "variableSetterType" : "GetWorkflowExecutionHistoryRequest" }, "marshaller" : { "action" : "GetWorkflowExecutionHistory", "verb" : "POST", "target" : "SimpleWorkflowService.GetWorkflowExecutionHistory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "Execution" : { "documentation" : "

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  ", "name" : "Execution", "c2jName" : "execution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "execution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@return Specifies the workflow execution for which to return the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Specifies the workflow execution for which to return the history.

                                                                                                                                                                                  \n@param execution Specifies the workflow execution for which to return the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  \n@return The name of the domain containing the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the domain containing the workflow execution.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.\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.

                                                                                                                                                                                  \n@param domain The name of the domain containing the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@return When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.

                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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*/" } } }, "LambdaFunctionTimeoutType" : { "c2jName" : "LambdaFunctionTimeoutType", "documentation" : "", "shapeName" : "LambdaFunctionTimeoutType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "START_TO_CLOSE", "value" : "START_TO_CLOSE" } ], "variable" : { "variableName" : "lambdaFunctionTimeoutType", "variableType" : "LambdaFunctionTimeoutType", "variableDeclarationType" : "LambdaFunctionTimeoutType", "documentation" : null, "simpleType" : "LambdaFunctionTimeoutType", "variableSetterType" : "LambdaFunctionTimeoutType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ActivityTypeConfiguration" : { "c2jName" : "ActivityTypeConfiguration", "documentation" : "

                                                                                                                                                                                                  Configuration settings registered with the activity type.

                                                                                                                                                                                                  ", "shapeName" : "ActivityTypeConfiguration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskHeartbeatTimeout", "c2jName" : "defaultTaskHeartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskHeartbeatTimeout", "marshallLocationName" : "defaultTaskHeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional.
                                                                                                                                                                                                  The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional.
                                                                                                                                                                                                  The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskScheduleToStartTimeout", "c2jName" : "defaultTaskScheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToStartTimeout", "marshallLocationName" : "defaultTaskScheduleToStartTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional.
                                                                                                                                                                                                  The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskScheduleToCloseTimeout", "c2jName" : "defaultTaskScheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout", "marshallLocationName" : "defaultTaskScheduleToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTypeConfiguration", "variableType" : "ActivityTypeConfiguration", "variableDeclarationType" : "ActivityTypeConfiguration", "documentation" : null, "simpleType" : "ActivityTypeConfiguration", "variableSetterType" : "ActivityTypeConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DefaultTaskList" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  ", "name" : "DefaultTaskList", "c2jName" : "defaultTaskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  ", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "setterModel" : { "variableName" : "defaultTaskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "simpleType" : "TaskList", "variableSetterType" : "TaskList" }, "getterModel" : { "returnType" : "TaskList", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskList", "marshallLocationName" : "defaultTaskList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskHeartbeatTimeout" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskHeartbeatTimeout", "c2jName" : "defaultTaskHeartbeatTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskHeartbeatTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskHeartbeatTimeout", "marshallLocationName" : "defaultTaskHeartbeatTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

                                                                                                                                                                                                  You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskPriority" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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" : "DefaultTaskPriority", "c2jName" : "defaultTaskPriority", "c2jShape" : "TaskPriority", "variable" : { "variableName" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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" : "defaultTaskPriority", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskPriority", "marshallLocationName" : "defaultTaskPriority", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional.
                                                                                                                                                                                                  The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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 defaultTaskPriority Optional.
                                                                                                                                                                                                  The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.

                                                                                                                                                                                                  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.*/" }, "DefaultTaskScheduleToCloseTimeout" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskScheduleToCloseTimeout", "c2jName" : "defaultTaskScheduleToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout", "marshallLocationName" : "defaultTaskScheduleToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional.
                                                                                                                                                                                                  The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskScheduleToStartTimeout" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskScheduleToStartTimeout", "c2jName" : "defaultTaskScheduleToStartTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskScheduleToStartTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskScheduleToStartTimeout", "marshallLocationName" : "defaultTaskScheduleToStartTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTaskStartToCloseTimeout" : { "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "name" : "DefaultTaskStartToCloseTimeout", "c2jName" : "defaultTaskStartToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultTaskStartToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "defaultTaskStartToCloseTimeout", "marshallLocationName" : "defaultTaskStartToCloseTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@return Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.

                                                                                                                                                                                                  \n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask decision.

                                                                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CancelTimerDecisionAttributes" : { "c2jName" : "CancelTimerDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the CancelTimer 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" : "CancelTimerDecisionAttributes", "deprecated" : false, "required" : [ "timerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to cancel.

                                                                                                                                                                                                  \n@param timerId Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelTimerDecisionAttributes", "variableType" : "CancelTimerDecisionAttributes", "variableDeclarationType" : "CancelTimerDecisionAttributes", "documentation" : null, "simpleType" : "CancelTimerDecisionAttributes", "variableSetterType" : "CancelTimerDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimerId" : { "documentation" : "

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  ", "name" : "TimerId", "c2jName" : "timerId", "c2jShape" : "TimerId", "variable" : { "variableName" : "timerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to cancel.

                                                                                                                                                                                                  \n@param timerId Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The unique ID of the timer to cancel.

                                                                                                                                                                                                  \n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DecisionTask" : { "c2jName" : "DecisionTask", "documentation" : "

                                                                                                                                                                                                  A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.

                                                                                                                                                                                                  ", "shapeName" : "DecisionTask", "deprecated" : false, "required" : [ "taskToken", "startedEventId", "workflowExecution", "workflowType", "events" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  ", "name" : "TaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "variable" : { "variableName" : "taskToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@return The ID of the DecisionTaskStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@return The workflow execution for which this decision task was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@return The type of the workflow execution for which this decision task was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "events", "c2jShape" : "HistoryEventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "HistoryEvent" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@param events A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@return A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@param events A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: 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 A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.\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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  ", "name" : "PreviousStartedEventId", "c2jName" : "previousStartedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "previousStartedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "previousStartedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "previousStartedEventId", "marshallLocationName" : "previousStartedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@return The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "decisionTask", "variableType" : "DecisionTask", "variableDeclarationType" : "DecisionTask", "documentation" : null, "simpleType" : "DecisionTask", "variableSetterType" : "DecisionTask" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PreviousStartedEventId" : { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  ", "name" : "PreviousStartedEventId", "c2jName" : "previousStartedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "previousStartedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "previousStartedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "previousStartedEventId", "marshallLocationName" : "previousStartedEventId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@return The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.

                                                                                                                                                                                                  \n@param previousStartedEventId The ID of the DecisionTaskStarted event of the previous decision task of this workflow execution that was processed by the decider. This can be used to determine the events in the history new since the last decision task received by the decider.\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, "uri" : false, "header" : 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.*/" }, "Events" : { "documentation" : "

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "events", "c2jShape" : "HistoryEventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "HistoryEvent" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@param events A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@return A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n@param events A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: 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 A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  ", "name" : "StartedEventId", "c2jName" : "startedEventId", "c2jShape" : "EventId", "variable" : { "variableName" : "startedEventId", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@return The ID of the DecisionTaskStarted event recorded in the history.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded in the history.

                                                                                                                                                                                                  \n@param startedEventId The ID of the DecisionTaskStarted event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskToken" : { "documentation" : "

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  ", "name" : "TaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "variable" : { "variableName" : "taskToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

                                                                                                                                                                                                  \n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowExecution" : { "documentation" : "

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@return The workflow execution for which this decision task was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowExecution The workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@return The type of the workflow execution for which this decision task was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the workflow execution for which this decision task was created.

                                                                                                                                                                                                  \n@param workflowType The type of the workflow execution for which this decision task was created.\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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "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.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "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.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "RecordMarkerDecisionAttributes" : { "c2jName" : "RecordMarkerDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the RecordMarker 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" : "RecordMarkerDecisionAttributes", "deprecated" : false, "required" : [ "markerName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordMarkerDecisionAttributes", "variableType" : "RecordMarkerDecisionAttributes", "variableDeclarationType" : "RecordMarkerDecisionAttributes", "documentation" : null, "simpleType" : "RecordMarkerDecisionAttributes", "variableSetterType" : "RecordMarkerDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MarkerName" : { "documentation" : "

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  ", "name" : "MarkerName", "c2jName" : "markerName", "c2jShape" : "MarkerName", "variable" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "markerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "markerName", "marshallLocationName" : "markerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the marker.

                                                                                                                                                                                                  \n@param markerName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Details" : { "documentation" : "

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the marker.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Run" : { "c2jName" : "Run", "documentation" : "

                                                                                                                                                                                                  Specifies the runId of a workflow execution.

                                                                                                                                                                                                  ", "shapeName" : "Run", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunId", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@return The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "run", "variableType" : "Run", "variableDeclarationType" : "Run", "documentation" : null, "simpleType" : "Run", "variableSetterType" : "Run" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RunId" : { "documentation" : "

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunId", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@return The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

                                                                                                                                                                                                  \n@param runId The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CancelWorkflowExecutionDecisionAttributes" : { "c2jName" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the CancelWorkflowExecution 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" : "CancelWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelWorkflowExecutionDecisionAttributes", "variableType" : "CancelWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "CancelWorkflowExecutionDecisionAttributes", "variableSetterType" : "CancelWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. details of the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScheduleLambdaFunctionDecisionAttributes" : { "c2jName" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the ScheduleLambdaFunction 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.
                                                                                                                                                                                                    • activityType.name: String constraint. The key is swf:activityType.name.
                                                                                                                                                                                                    • activityType.version: String constraint. The key is swf:activityType.version.
                                                                                                                                                                                                    • taskList: String constraint. The key is swf:taskList.name.

                                                                                                                                                                                                  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" : "ScheduleLambdaFunctionDecisionAttributes", "deprecated" : false, "required" : [ "id", "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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" : "

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "FunctionInput", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@return The input provided to the AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  ", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@return If set, specifies the maximum duration the function may take to execute.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "scheduleLambdaFunctionDecisionAttributes", "variableType" : "ScheduleLambdaFunctionDecisionAttributes", "variableDeclarationType" : "ScheduleLambdaFunctionDecisionAttributes", "documentation" : null, "simpleType" : "ScheduleLambdaFunctionDecisionAttributes", "variableSetterType" : "ScheduleLambdaFunctionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartToCloseTimeout" : { "documentation" : "

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  ", "name" : "StartToCloseTimeout", "c2jName" : "startToCloseTimeout", "c2jShape" : "DurationInSecondsOptional", "variable" : { "variableName" : "startToCloseTimeout", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@return If set, specifies the maximum duration the function may take to execute.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the maximum duration the function may take to execute.

                                                                                                                                                                                                  \n@param startToCloseTimeout If set, specifies the maximum duration the function may take to execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "FunctionName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the AWS Lambda function to invoke.

                                                                                                                                                                                                  \n@param name Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "FunctionInput", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@return The input provided to the AWS Lambda function.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the AWS Lambda function.

                                                                                                                                                                                                  \n@param input The input provided to the AWS Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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" : "Id", "c2jName" : "id", "c2jShape" : "FunctionId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), |*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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 id Required. The SWF id of the AWS Lambda task.

                                                                                                                                                                                                  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.*/" } } }, "ActivityTypeInfos" : { "c2jName" : "ActivityTypeInfos", "documentation" : "

                                                                                                                                                                                                  Contains a paginated list of activity type information structures.

                                                                                                                                                                                                  ", "shapeName" : "ActivityTypeInfos", "deprecated" : false, "required" : [ "typeInfos" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  ", "name" : "TypeInfos", "c2jName" : "typeInfos", "c2jShape" : "ActivityTypeInfoList", "variable" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfos", "marshallLocationName" : "typeInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ActivityTypeInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ActivityTypeInfo", "variable" : { "variableName" : "member", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "getterModel" : { "returnType" : "ActivityTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "ActivityTypeInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@return List of activity type information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.\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, "uri" : false, "header" : 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" : "activityTypeInfos", "variableType" : "ActivityTypeInfos", "variableDeclarationType" : "ActivityTypeInfos", "documentation" : null, "simpleType" : "ActivityTypeInfos", "variableSetterType" : "ActivityTypeInfos" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "TypeInfos" : { "documentation" : "

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  ", "name" : "TypeInfos", "c2jName" : "typeInfos", "c2jShape" : "ActivityTypeInfoList", "variable" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "typeInfos", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "typeInfos", "marshallLocationName" : "typeInfos", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ActivityTypeInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ActivityTypeInfo", "variable" : { "variableName" : "member", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "ActivityTypeInfo", "variableDeclarationType" : "ActivityTypeInfo", "documentation" : "", "simpleType" : "ActivityTypeInfo", "variableSetterType" : "ActivityTypeInfo" }, "getterModel" : { "returnType" : "ActivityTypeInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : false, "map" : false, "simpleType" : "ActivityTypeInfo" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@return List of activity type information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  List of activity type information.

                                                                                                                                                                                                  \n

                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                  \n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SignalExternalWorkflowExecutionFailedCause" : { "c2jName" : "SignalExternalWorkflowExecutionFailedCause", "documentation" : "", "shapeName" : "SignalExternalWorkflowExecutionFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", "value" : "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION" }, { "name" : "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED", "value" : "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "signalExternalWorkflowExecutionFailedCause", "variableType" : "SignalExternalWorkflowExecutionFailedCause", "variableDeclarationType" : "SignalExternalWorkflowExecutionFailedCause", "documentation" : null, "simpleType" : "SignalExternalWorkflowExecutionFailedCause", "variableSetterType" : "SignalExternalWorkflowExecutionFailedCause" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" } } }, "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" : { } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" } } }, "ExecutionTimeFilter" : { "c2jName" : "ExecutionTimeFilter", "documentation" : "

                                                                                                                                                                                                  Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: \"oldestDate\": 1325376070.

                                                                                                                                                                                                  ", "shapeName" : "ExecutionTimeFilter", "deprecated" : false, "required" : [ "oldestDate" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  ", "name" : "OldestDate", "c2jName" : "oldestDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "oldestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "oldestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "oldestDate", "marshallLocationName" : "oldestDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@return Specifies the oldest start or close date and time to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  ", "name" : "LatestDate", "c2jName" : "latestDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "latestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "latestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestDate", "marshallLocationName" : "latestDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@return Specifies the latest start or close date and time to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "executionTimeFilter", "variableType" : "ExecutionTimeFilter", "variableDeclarationType" : "ExecutionTimeFilter", "documentation" : null, "simpleType" : "ExecutionTimeFilter", "variableSetterType" : "ExecutionTimeFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OldestDate" : { "documentation" : "

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  ", "name" : "OldestDate", "c2jName" : "oldestDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "oldestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "oldestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "oldestDate", "marshallLocationName" : "oldestDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@return Specifies the oldest start or close date and time to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the oldest start or close date and time to return.

                                                                                                                                                                                                  \n@param oldestDate Specifies the oldest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDate" : { "documentation" : "

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  ", "name" : "LatestDate", "c2jName" : "latestDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "latestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "latestDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestDate", "marshallLocationName" : "latestDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@return Specifies the latest start or close date and time to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the latest start or close date and time to return.

                                                                                                                                                                                                  \n@param latestDate Specifies the latest start or close date and time to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteWorkflowExecutionDecisionAttributes" : { "c2jName" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the CompleteWorkflowExecution 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" : "CompleteWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@return The result of the workflow execution. The form of the result is implementation defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "completeWorkflowExecutionDecisionAttributes", "variableType" : "CompleteWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "CompleteWorkflowExecutionDecisionAttributes", "variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  ", "name" : "Result", "c2jName" : "result", "c2jShape" : "Data", "variable" : { "variableName" : "result", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@return The result of the workflow execution. The form of the result is implementation defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The result of the workflow execution. The form of the result is implementation defined.

                                                                                                                                                                                                  \n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDomainRequest" : { "c2jName" : "DescribeDomainInput", "documentation" : "", "shapeName" : "DescribeDomainRequest", "deprecated" : false, "required" : [ "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@return The name of the domain to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDomainRequest", "variableType" : "DescribeDomainRequest", "variableDeclarationType" : "DescribeDomainRequest", "documentation" : null, "simpleType" : "DescribeDomainRequest", "variableSetterType" : "DescribeDomainRequest" }, "marshaller" : { "action" : "DescribeDomain", "verb" : "POST", "target" : "SimpleWorkflowService.DescribeDomain", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "DomainName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@return The name of the domain to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain to describe.

                                                                                                                                                                                                  \n@param name The name of the domain to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ChildWorkflowExecutionFailedEventAttributes" : { "c2jName" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the ChildWorkflowExecutionFailed event.

                                                                                                                                                                                                  ", "shapeName" : "ChildWorkflowExecutionFailedEventAttributes", "deprecated" : false, "required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@return The child workflow execution that failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.\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, "uri" : false, "header" : 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 reason for the failure (if provided).

                                                                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@return The reason for the failure (if provided).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The details of the failure (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, "uri" : false, "header" : 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 details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (if provided).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@return The details of the failure (if provided).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : "childWorkflowExecutionFailedEventAttributes", "variableType" : "ChildWorkflowExecutionFailedEventAttributes", "variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes", "documentation" : null, "simpleType" : "ChildWorkflowExecutionFailedEventAttributes", "variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The details of the failure (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, "uri" : false, "header" : 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 details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (if provided).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@return The details of the failure (if provided).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The details of the failure (if provided).

                                                                                                                                                                                                  \n@param details The details of the failure (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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "WorkflowExecution" : { "documentation" : "

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  ", "name" : "WorkflowExecution", "c2jName" : "workflowExecution", "c2jShape" : "WorkflowExecution", "variable" : { "variableName" : "workflowExecution", "variableType" : "WorkflowExecution", "variableDeclarationType" : "WorkflowExecution", "documentation" : "

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@return The child workflow execution that failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The child workflow execution that failed.

                                                                                                                                                                                                  \n@param workflowExecution The child workflow execution that failed.\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, "uri" : false, "header" : 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.*/" }, "Reason" : { "documentation" : "

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@return The reason for the failure (if provided).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The reason for the failure (if provided).

                                                                                                                                                                                                  \n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FailWorkflowExecutionDecisionAttributes" : { "c2jName" : "FailWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the FailWorkflowExecution 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" : "FailWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@return A descriptive reason for the failure that may help in diagnostics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "failWorkflowExecutionDecisionAttributes", "variableType" : "FailWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "FailWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "FailWorkflowExecutionDecisionAttributes", "variableSetterType" : "FailWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Details of the failure.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Reason" : { "documentation" : "

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  ", "name" : "Reason", "c2jName" : "reason", "c2jShape" : "FailureReason", "variable" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "reason", "marshallLocationName" : "reason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@return A descriptive reason for the failure that may help in diagnostics.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A descriptive reason for the failure that may help in diagnostics.

                                                                                                                                                                                                  \n@param reason A descriptive reason for the failure that may help in diagnostics.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ScheduleActivityTaskFailedCause" : { "c2jName" : "ScheduleActivityTaskFailedCause", "documentation" : "", "shapeName" : "ScheduleActivityTaskFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ACTIVITY_TYPE_DEPRECATED", "value" : "ACTIVITY_TYPE_DEPRECATED" }, { "name" : "ACTIVITY_TYPE_DOES_NOT_EXIST", "value" : "ACTIVITY_TYPE_DOES_NOT_EXIST" }, { "name" : "ACTIVITY_ID_ALREADY_IN_USE", "value" : "ACTIVITY_ID_ALREADY_IN_USE" }, { "name" : "OPEN_ACTIVITIES_LIMIT_EXCEEDED", "value" : "OPEN_ACTIVITIES_LIMIT_EXCEEDED" }, { "name" : "ACTIVITY_CREATION_RATE_EXCEEDED", "value" : "ACTIVITY_CREATION_RATE_EXCEEDED" }, { "name" : "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED", "value" : "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED" }, { "name" : "DEFAULT_TASK_LIST_UNDEFINED", "value" : "DEFAULT_TASK_LIST_UNDEFINED" }, { "name" : "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED", "value" : "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED" }, { "name" : "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED", "value" : "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED" }, { "name" : "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED", "value" : "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "scheduleActivityTaskFailedCause", "variableType" : "ScheduleActivityTaskFailedCause", "variableDeclarationType" : "ScheduleActivityTaskFailedCause", "documentation" : null, "simpleType" : "ScheduleActivityTaskFailedCause", "variableSetterType" : "ScheduleActivityTaskFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ScheduleLambdaFunctionFailedCause" : { "c2jName" : "ScheduleLambdaFunctionFailedCause", "documentation" : "", "shapeName" : "ScheduleLambdaFunctionFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ID_ALREADY_IN_USE", "value" : "ID_ALREADY_IN_USE" }, { "name" : "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED", "value" : "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED" }, { "name" : "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED", "value" : "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED" }, { "name" : "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION", "value" : "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION" } ], "variable" : { "variableName" : "scheduleLambdaFunctionFailedCause", "variableType" : "ScheduleLambdaFunctionFailedCause", "variableDeclarationType" : "ScheduleLambdaFunctionFailedCause", "documentation" : null, "simpleType" : "ScheduleLambdaFunctionFailedCause", "variableSetterType" : "ScheduleLambdaFunctionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "WorkflowExecutionDetail" : { "c2jName" : "WorkflowExecutionDetail", "documentation" : "

                                                                                                                                                                                                  Contains details about a workflow execution.

                                                                                                                                                                                                  ", "shapeName" : "WorkflowExecutionDetail", "deprecated" : false, "required" : [ "executionInfo", "executionConfiguration", "openCounts" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  ", "name" : "ExecutionInfo", "c2jName" : "executionInfo", "c2jShape" : "WorkflowExecutionInfo", "variable" : { "variableName" : "executionInfo", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "setterModel" : { "variableName" : "executionInfo", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "getterModel" : { "returnType" : "WorkflowExecutionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionInfo", "marshallLocationName" : "executionInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@return Information about the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  ", "name" : "ExecutionConfiguration", "c2jName" : "executionConfiguration", "c2jShape" : "WorkflowExecutionConfiguration", "variable" : { "variableName" : "executionConfiguration", "variableType" : "WorkflowExecutionConfiguration", "variableDeclarationType" : "WorkflowExecutionConfiguration", "documentation" : "

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionConfiguration", "variableSetterType" : "WorkflowExecutionConfiguration" }, "setterModel" : { "variableName" : "executionConfiguration", "variableType" : "WorkflowExecutionConfiguration", "variableDeclarationType" : "WorkflowExecutionConfiguration", "documentation" : "", "simpleType" : "WorkflowExecutionConfiguration", "variableSetterType" : "WorkflowExecutionConfiguration" }, "getterModel" : { "returnType" : "WorkflowExecutionConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionConfiguration", "marshallLocationName" : "executionConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@return The configuration settings for this workflow execution including timeout values, tasklist etc.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  ", "name" : "OpenCounts", "c2jName" : "openCounts", "c2jShape" : "WorkflowExecutionOpenCounts", "variable" : { "variableName" : "openCounts", "variableType" : "WorkflowExecutionOpenCounts", "variableDeclarationType" : "WorkflowExecutionOpenCounts", "documentation" : "

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionOpenCounts", "variableSetterType" : "WorkflowExecutionOpenCounts" }, "setterModel" : { "variableName" : "openCounts", "variableType" : "WorkflowExecutionOpenCounts", "variableDeclarationType" : "WorkflowExecutionOpenCounts", "documentation" : "", "simpleType" : "WorkflowExecutionOpenCounts", "variableSetterType" : "WorkflowExecutionOpenCounts" }, "getterModel" : { "returnType" : "WorkflowExecutionOpenCounts", "documentation" : null }, "http" : { "unmarshallLocationName" : "openCounts", "marshallLocationName" : "openCounts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@return The number of tasks for this workflow execution. This includes open and closed tasks of all types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  ", "name" : "LatestActivityTaskTimestamp", "c2jName" : "latestActivityTaskTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "latestActivityTaskTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "latestActivityTaskTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestActivityTaskTimestamp", "marshallLocationName" : "latestActivityTaskTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@return The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  ", "name" : "LatestExecutionContext", "c2jName" : "latestExecutionContext", "c2jShape" : "Data", "variable" : { "variableName" : "latestExecutionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "latestExecutionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestExecutionContext", "marshallLocationName" : "latestExecutionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@return The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workflowExecutionDetail", "variableType" : "WorkflowExecutionDetail", "variableDeclarationType" : "WorkflowExecutionDetail", "documentation" : null, "simpleType" : "WorkflowExecutionDetail", "variableSetterType" : "WorkflowExecutionDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OpenCounts" : { "documentation" : "

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  ", "name" : "OpenCounts", "c2jName" : "openCounts", "c2jShape" : "WorkflowExecutionOpenCounts", "variable" : { "variableName" : "openCounts", "variableType" : "WorkflowExecutionOpenCounts", "variableDeclarationType" : "WorkflowExecutionOpenCounts", "documentation" : "

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionOpenCounts", "variableSetterType" : "WorkflowExecutionOpenCounts" }, "setterModel" : { "variableName" : "openCounts", "variableType" : "WorkflowExecutionOpenCounts", "variableDeclarationType" : "WorkflowExecutionOpenCounts", "documentation" : "", "simpleType" : "WorkflowExecutionOpenCounts", "variableSetterType" : "WorkflowExecutionOpenCounts" }, "getterModel" : { "returnType" : "WorkflowExecutionOpenCounts", "documentation" : null }, "http" : { "unmarshallLocationName" : "openCounts", "marshallLocationName" : "openCounts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@return The number of tasks for this workflow execution. This includes open and closed tasks of all types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of tasks for this workflow execution. This includes open and closed tasks of all types.

                                                                                                                                                                                                  \n@param openCounts The number of tasks for this workflow execution. This includes open and closed tasks of all types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionInfo" : { "documentation" : "

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  ", "name" : "ExecutionInfo", "c2jName" : "executionInfo", "c2jShape" : "WorkflowExecutionInfo", "variable" : { "variableName" : "executionInfo", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "setterModel" : { "variableName" : "executionInfo", "variableType" : "WorkflowExecutionInfo", "variableDeclarationType" : "WorkflowExecutionInfo", "documentation" : "", "simpleType" : "WorkflowExecutionInfo", "variableSetterType" : "WorkflowExecutionInfo" }, "getterModel" : { "returnType" : "WorkflowExecutionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionInfo", "marshallLocationName" : "executionInfo", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@return Information about the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the workflow execution.

                                                                                                                                                                                                  \n@param executionInfo Information about the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExecutionConfiguration" : { "documentation" : "

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  ", "name" : "ExecutionConfiguration", "c2jName" : "executionConfiguration", "c2jShape" : "WorkflowExecutionConfiguration", "variable" : { "variableName" : "executionConfiguration", "variableType" : "WorkflowExecutionConfiguration", "variableDeclarationType" : "WorkflowExecutionConfiguration", "documentation" : "

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  ", "simpleType" : "WorkflowExecutionConfiguration", "variableSetterType" : "WorkflowExecutionConfiguration" }, "setterModel" : { "variableName" : "executionConfiguration", "variableType" : "WorkflowExecutionConfiguration", "variableDeclarationType" : "WorkflowExecutionConfiguration", "documentation" : "", "simpleType" : "WorkflowExecutionConfiguration", "variableSetterType" : "WorkflowExecutionConfiguration" }, "getterModel" : { "returnType" : "WorkflowExecutionConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionConfiguration", "marshallLocationName" : "executionConfiguration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@return The configuration settings for this workflow execution including timeout values, tasklist etc.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The configuration settings for this workflow execution including timeout values, tasklist etc.

                                                                                                                                                                                                  \n@param executionConfiguration The configuration settings for this workflow execution including timeout values, tasklist etc.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestActivityTaskTimestamp" : { "documentation" : "

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  ", "name" : "LatestActivityTaskTimestamp", "c2jName" : "latestActivityTaskTimestamp", "c2jShape" : "Timestamp", "variable" : { "variableName" : "latestActivityTaskTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "latestActivityTaskTimestamp", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestActivityTaskTimestamp", "marshallLocationName" : "latestActivityTaskTimestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@return The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

                                                                                                                                                                                                  \n@param latestActivityTaskTimestamp The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestExecutionContext" : { "documentation" : "

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  ", "name" : "LatestExecutionContext", "c2jName" : "latestExecutionContext", "c2jShape" : "Data", "variable" : { "variableName" : "latestExecutionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "latestExecutionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "latestExecutionContext", "marshallLocationName" : "latestExecutionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@return The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

                                                                                                                                                                                                  \n@param latestExecutionContext The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RespondActivityTaskCanceledRequest" : { "c2jName" : "RespondActivityTaskCanceledInput", "documentation" : "", "shapeName" : "RespondActivityTaskCanceledRequest", "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, "uri" : false, "header" : 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" : "

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "respondActivityTaskCanceledRequest", "variableType" : "RespondActivityTaskCanceledRequest", "variableDeclarationType" : "RespondActivityTaskCanceledRequest", "documentation" : null, "simpleType" : "RespondActivityTaskCanceledRequest", "variableSetterType" : "RespondActivityTaskCanceledRequest" }, "marshaller" : { "action" : "RespondActivityTaskCanceled", "verb" : "POST", "target" : "SimpleWorkflowService.RespondActivityTaskCanceled", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Details" : { "documentation" : "

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  ", "name" : "Details", "c2jName" : "details", "c2jShape" : "Data", "variable" : { "variableName" : "details", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Information about the cancellation.

                                                                                                                                                                                                  \n@param details Optional.\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, "uri" : false, "header" : 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.*/" } } }, "ActivityTaskCancelRequestedEventAttributes" : { "c2jName" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the ActivityTaskCancelRequested event.

                                                                                                                                                                                                  ", "shapeName" : "ActivityTaskCancelRequestedEventAttributes", "deprecated" : false, "required" : [ "decisionTaskCompletedEventId", "activityId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask 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 RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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" : "

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of the 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, "uri" : false, "header" : 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 task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@return The unique ID of the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activityTaskCancelRequestedEventAttributes", "variableType" : "ActivityTaskCancelRequestedEventAttributes", "variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes", "documentation" : null, "simpleType" : "ActivityTaskCancelRequestedEventAttributes", "variableSetterType" : "ActivityTaskCancelRequestedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ActivityId" : { "documentation" : "

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of the 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, "uri" : false, "header" : 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 task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the task.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@return The unique ID of the task.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of the task.

                                                                                                                                                                                                  \n@param activityId The unique ID of the 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 task that resulted in the RequestCancelActivityTask 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 RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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.*/" } } }, "RequestCancelActivityTaskFailedEventAttributes" : { "c2jName" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the RequestCancelActivityTaskFailed event.

                                                                                                                                                                                                  ", "shapeName" : "RequestCancelActivityTaskFailedEventAttributes", "deprecated" : false, "required" : [ "activityId", "cause", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask decision that failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@return The activityId provided in the RequestCancelActivityTask decision that failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask 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 RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask 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" : "RequestCancelActivityTaskFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RequestCancelActivityTaskFailedCause", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/" }, { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask 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 RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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.*/" } ], "enums" : null, "variable" : { "variableName" : "requestCancelActivityTaskFailedEventAttributes", "variableType" : "RequestCancelActivityTaskFailedEventAttributes", "variableDeclarationType" : "RequestCancelActivityTaskFailedEventAttributes", "documentation" : null, "simpleType" : "RequestCancelActivityTaskFailedEventAttributes", "variableSetterType" : "RequestCancelActivityTaskFailedEventAttributes" }, "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 RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  ", "name" : "ActivityId", "c2jName" : "activityId", "c2jShape" : "ActivityId", "variable" : { "variableName" : "activityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask decision that failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@return The activityId provided in the RequestCancelActivityTask decision that failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The activityId provided in the RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask 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 RequestCancelActivityTask decision that failed.

                                                                                                                                                                                                  \n@param activityId The activityId provided in the RequestCancelActivityTask 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 task that resulted in the RequestCancelActivityTask 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 RequestCancelActivityTask 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, "uri" : false, "header" : 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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 RequestCancelActivityTask 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.*/" }, "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" : "RequestCancelActivityTaskFailedCause", "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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RequestCancelActivityTaskFailedCause", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/", "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 RequestCancelActivityTaskFailedCause*/" } } }, "DomainConfiguration" : { "c2jName" : "DomainConfiguration", "documentation" : "

                                                                                                                                                                                                  Contains the configuration settings of a domain.

                                                                                                                                                                                                  ", "shapeName" : "DomainConfiguration", "deprecated" : false, "required" : [ "workflowExecutionRetentionPeriodInDays" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  ", "name" : "WorkflowExecutionRetentionPeriodInDays", "c2jName" : "workflowExecutionRetentionPeriodInDays", "c2jShape" : "DurationInDays", "variable" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionRetentionPeriodInDays", "marshallLocationName" : "workflowExecutionRetentionPeriodInDays", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@return The retention period for workflow executions in this domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "domainConfiguration", "variableType" : "DomainConfiguration", "variableDeclarationType" : "DomainConfiguration", "documentation" : null, "simpleType" : "DomainConfiguration", "variableSetterType" : "DomainConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowExecutionRetentionPeriodInDays" : { "documentation" : "

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  ", "name" : "WorkflowExecutionRetentionPeriodInDays", "c2jName" : "workflowExecutionRetentionPeriodInDays", "c2jShape" : "DurationInDays", "variable" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowExecutionRetentionPeriodInDays", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowExecutionRetentionPeriodInDays", "marshallLocationName" : "workflowExecutionRetentionPeriodInDays", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@return The retention period for workflow executions in this domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The retention period for workflow executions in this domain.

                                                                                                                                                                                                  \n@param workflowExecutionRetentionPeriodInDays The retention period for workflow executions in this domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RequestCancelActivityTaskFailedCause" : { "c2jName" : "RequestCancelActivityTaskFailedCause", "documentation" : "", "shapeName" : "RequestCancelActivityTaskFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ACTIVITY_ID_UNKNOWN", "value" : "ACTIVITY_ID_UNKNOWN" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "requestCancelActivityTaskFailedCause", "variableType" : "RequestCancelActivityTaskFailedCause", "variableDeclarationType" : "RequestCancelActivityTaskFailedCause", "documentation" : null, "simpleType" : "RequestCancelActivityTaskFailedCause", "variableSetterType" : "RequestCancelActivityTaskFailedCause" }, "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" : { } }, "WorkflowExecutionCount" : { "c2jName" : "WorkflowExecutionCount", "documentation" : "

                                                                                                                                                                                                  Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

                                                                                                                                                                                                  ", "shapeName" : "WorkflowExecutionCount", "deprecated" : false, "required" : [ "count" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  ", "name" : "Count", "c2jName" : "count", "c2jShape" : "Count", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@return The number of workflow executions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.\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, "uri" : false, "header" : 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" : "workflowExecutionCount", "variableType" : "WorkflowExecutionCount", "variableDeclarationType" : "WorkflowExecutionCount", "documentation" : null, "simpleType" : "WorkflowExecutionCount", "variableSetterType" : "WorkflowExecutionCount" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Count" : { "documentation" : "

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  ", "name" : "Count", "c2jName" : "count", "c2jShape" : "Count", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@return The number of workflow executions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The number of workflow executions.

                                                                                                                                                                                                  \n@param count The number of workflow executions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "TypeDeprecatedException" : { "c2jName" : "TypeDeprecatedFault", "documentation" : "

                                                                                                                                                                                                  Returned when the specified activity or workflow type was already deprecated.

                                                                                                                                                                                                  ", "shapeName" : "TypeDeprecatedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "typeDeprecatedException", "variableType" : "TypeDeprecatedException", "variableDeclarationType" : "TypeDeprecatedException", "documentation" : null, "simpleType" : "TypeDeprecatedException", "variableSetterType" : "TypeDeprecatedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TypeDeprecatedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SignalExternalWorkflowExecutionDecisionAttributes" : { "c2jName" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the SignalExternalWorkflowExecution 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" : "SignalExternalWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : [ "workflowId", "signalName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@return Required. The workflowId*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@return The runId of the workflow execution to be signaled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.\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 decision 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 decision 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, "uri" : false, "header" : 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 decision tasks.

                                                                                                                                                                                                  \n@param control Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Data attached to the event that can be used by the decider in subsequent decision 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 decision tasks.

                                                                                                                                                                                                  \n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "signalExternalWorkflowExecutionDecisionAttributes", "variableType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "SignalExternalWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "SignalExternalWorkflowExecutionDecisionAttributes", "variableSetterType" : "SignalExternalWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SignalName" : { "documentation" : "

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  ", "name" : "SignalName", "c2jName" : "signalName", "c2jShape" : "SignalName", "variable" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "signalName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "signalName", "marshallLocationName" : "signalName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@return Required.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The name of the signal.The target workflow execution will use the signal name and input to process the signal.

                                                                                                                                                                                                  \n@param signalName Required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Input data to be provided with the signal. The target workflow execution will use the signal name and input data to process the signal.

                                                                                                                                                                                                  \n@param input Optional.\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 to be signaled.

                                                                                                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@return Required. The workflowId*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Required. The workflowId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param workflowId Required. The workflowId\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 be signaled.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@return The runId of the workflow execution to be signaled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the workflow execution to be signaled.

                                                                                                                                                                                                  \n@param runId The runId of the workflow execution to be signaled.\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 decision 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 decision 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, "uri" : false, "header" : 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 decision tasks.

                                                                                                                                                                                                  \n@param control Optional.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.

                                                                                                                                                                                                  \n@return Optional.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Optional. Data attached to the event that can be used by the decider in subsequent decision 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 decision tasks.

                                                                                                                                                                                                  \n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" : { "c2jName" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the RequestCancelExternalWorkflowExecutionInitiated event.

                                                                                                                                                                                                  ", "shapeName" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "deprecated" : false, "required" : [ "workflowId", "decisionTaskCompletedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@return The workflowId of the external workflow execution to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@return The runId of the external workflow execution to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be canceled.\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, "uri" : false, "header" : 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" : "

                                                                                                                                                                                                  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, "uri" : false, "header" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "requestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableDeclarationType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "documentation" : null, "simpleType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", "variableSetterType" : "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowId" : { "documentation" : "

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "name" : "WorkflowId", "c2jName" : "workflowId", "c2jShape" : "WorkflowId", "variable" : { "variableName" : "workflowId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@return The workflowId of the external workflow execution to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflowId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param workflowId The workflowId of the external workflow execution to be canceled.\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 to be canceled.

                                                                                                                                                                                                  ", "name" : "RunId", "c2jName" : "runId", "c2jShape" : "RunIdOptional", "variable" : { "variableName" : "runId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be canceled.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@return The runId of the external workflow execution to be canceled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The runId of the external workflow execution to be canceled.

                                                                                                                                                                                                  \n@param runId The runId of the external workflow execution to be 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 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "ListActivityTypesRequest" : { "c2jName" : "ListActivityTypesInput", "documentation" : "", "shapeName" : "ListActivityTypesRequest", "deprecated" : false, "required" : [ "domain", "registrationStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@return The name of the domain in which the activity types have been registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@return If specified, only lists the activity types that have this name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@return Specifies the registration status of the activity types to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "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, "uri" : false, "header" : 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.*/" }, { "documentation" : "

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listActivityTypesRequest", "variableType" : "ListActivityTypesRequest", "variableDeclarationType" : "ListActivityTypesRequest", "documentation" : null, "simpleType" : "ListActivityTypesRequest", "variableSetterType" : "ListActivityTypesRequest" }, "marshaller" : { "action" : "ListActivityTypes", "verb" : "POST", "target" : "SimpleWorkflowService.ListActivityTypes", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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, "uri" : false, "header" : 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.*/" }, "Name" : { "documentation" : "

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@return If specified, only lists the activity types that have this name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If specified, only lists the activity types that have this name.

                                                                                                                                                                                                  \n@param name If specified, only lists the activity types that have this name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@return The name of the domain in which the activity types have been registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity types have been registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity types have been registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReverseOrder" : { "documentation" : "

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  ", "name" : "ReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "variable" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "reverseOrder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "reverseOrder", "marshallLocationName" : "reverseOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@return When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.

                                                                                                                                                                                                  \n@param reverseOrder When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaximumPageSize" : { "documentation" : "

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  ", "name" : "MaximumPageSize", "c2jName" : "maximumPageSize", "c2jShape" : "PageSize", "variable" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maximumPageSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maximumPageSize", "marshallLocationName" : "maximumPageSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@return The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.

                                                                                                                                                                                                  \n@param maximumPageSize The maximum number of results that will be returned per call. nextPageToken can be used to obtain futher pages of results. The default is 1000, which is the maximum allowed page size. You can, however, specify a page size smaller than the maximum.

                                                                                                                                                                                                  This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegistrationStatus" : { "documentation" : "

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@return Specifies the registration status of the activity types to list.\n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the registration status of the activity types to list.

                                                                                                                                                                                                  \n@param registrationStatus Specifies the registration status of the activity types to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" } } }, "DescribeWorkflowTypeRequest" : { "c2jName" : "DescribeWorkflowTypeInput", "documentation" : "", "shapeName" : "DescribeWorkflowTypeRequest", "deprecated" : false, "required" : [ "domain", "workflowType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@return The name of the domain in which this workflow type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@return The workflow type to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkflowTypeRequest", "variableType" : "DescribeWorkflowTypeRequest", "variableDeclarationType" : "DescribeWorkflowTypeRequest", "documentation" : null, "simpleType" : "DescribeWorkflowTypeRequest", "variableSetterType" : "DescribeWorkflowTypeRequest" }, "marshaller" : { "action" : "DescribeWorkflowType", "verb" : "POST", "target" : "SimpleWorkflowService.DescribeWorkflowType", "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 in which this workflow type is registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@return The name of the domain in which this workflow type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which this workflow type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which this workflow type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkflowType" : { "documentation" : "

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  ", "name" : "WorkflowType", "c2jName" : "workflowType", "c2jShape" : "WorkflowType", "variable" : { "variableName" : "workflowType", "variableType" : "WorkflowType", "variableDeclarationType" : "WorkflowType", "documentation" : "

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@return The workflow type to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The workflow type to describe.

                                                                                                                                                                                                  \n@param workflowType The workflow type to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DecisionTaskStartedEventAttributes" : { "c2jName" : "DecisionTaskStartedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the DecisionTaskStarted event.

                                                                                                                                                                                                  ", "shapeName" : "DecisionTaskStartedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Identity of the decider making the request. This enables diagnostic tracing 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 decider making the request. This enables diagnostic tracing 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, "uri" : false, "header" : 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 decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@return Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing 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 decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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" : "decisionTaskStartedEventAttributes", "variableType" : "DecisionTaskStartedEventAttributes", "variableDeclarationType" : "DecisionTaskStartedEventAttributes", "documentation" : null, "simpleType" : "DecisionTaskStartedEventAttributes", "variableSetterType" : "DecisionTaskStartedEventAttributes" }, "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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 decider making the request. This enables diagnostic tracing 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 decider making the request. This enables diagnostic tracing 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, "uri" : false, "header" : 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 decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@return Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing 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 decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

                                                                                                                                                                                                  \n@param identity Identity of the decider making the request. This enables diagnostic tracing 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.*/" } } }, "DecisionTaskCompletedEventAttributes" : { "c2jName" : "DecisionTaskCompletedEventAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the DecisionTaskCompleted event.

                                                                                                                                                                                                  ", "shapeName" : "DecisionTaskCompletedEventAttributes", "deprecated" : false, "required" : [ "scheduledEventId", "startedEventId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  ", "name" : "ExecutionContext", "c2jName" : "executionContext", "c2jShape" : "Data", "variable" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionContext", "marshallLocationName" : "executionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@return User defined context for the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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.*/" }, { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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" : "decisionTaskCompletedEventAttributes", "variableType" : "DecisionTaskCompletedEventAttributes", "variableDeclarationType" : "DecisionTaskCompletedEventAttributes", "documentation" : null, "simpleType" : "DecisionTaskCompletedEventAttributes", "variableSetterType" : "DecisionTaskCompletedEventAttributes" }, "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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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, "uri" : false, "header" : 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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.*/" }, "StartedEventId" : { "documentation" : "

                                                                                                                                                                                                  The ID of the DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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, "uri" : false, "header" : 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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 DecisionTaskStarted event recorded when this decision task 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.*/" }, "ExecutionContext" : { "documentation" : "

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  ", "name" : "ExecutionContext", "c2jName" : "executionContext", "c2jShape" : "Data", "variable" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "executionContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "executionContext", "marshallLocationName" : "executionContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@return User defined context for the workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  User defined context for the workflow execution.

                                                                                                                                                                                                  \n@param executionContext User defined context for the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloseStatus" : { "c2jName" : "CloseStatus", "documentation" : "", "shapeName" : "CloseStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "COMPLETED", "value" : "COMPLETED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "CANCELED", "value" : "CANCELED" }, { "name" : "TERMINATED", "value" : "TERMINATED" }, { "name" : "CONTINUED_AS_NEW", "value" : "CONTINUED_AS_NEW" }, { "name" : "TIMED_OUT", "value" : "TIMED_OUT" } ], "variable" : { "variableName" : "closeStatus", "variableType" : "CloseStatus", "variableDeclarationType" : "CloseStatus", "documentation" : null, "simpleType" : "CloseStatus", "variableSetterType" : "CloseStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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" : { "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, "uri" : false, "header" : 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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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.*/" }, "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, "uri" : false, "header" : 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*/" }, "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, "uri" : false, "header" : 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.*/" } } }, "ContinueAsNewWorkflowExecutionDecisionAttributes" : { "c2jName" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : "

                                                                                                                                                                                                  Provides details of the ContinueAsNewWorkflowExecution 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.
                                                                                                                                                                                                    • tag: Optional.. A tag used to identify the workflow execution
                                                                                                                                                                                                    • taskList: String constraint. The key is swf:taskList.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" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The input provided to the new 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, "uri" : false, "header" : 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 new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@return The input provided to the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field 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" : "

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field 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, "uri" : false, "header" : 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, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field 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" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field 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" : "", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "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, "uri" : false, "header" : 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 taskList */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Optional. The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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, "uri" : false, "header" : 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 task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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 the new 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 the new 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 the new 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 the new 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, "uri" : false, "header" : 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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" : "

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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" : "

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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 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 new 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 new 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags to associate with the new 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 new 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 new 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 new 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 new 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 new 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 new 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

                                                                                                                                                                                                  NOTE: 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 new 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" : "", "name" : "WorkflowTypeVersion", "c2jName" : "workflowTypeVersion", "c2jShape" : "Version", "variable" : { "variableName" : "workflowTypeVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowTypeVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowTypeVersion", "marshallLocationName" : "workflowTypeVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflowTypeVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param workflowTypeVersion \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, "uri" : false, "header" : 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" : "continueAsNewWorkflowExecutionDecisionAttributes", "variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "documentation" : null, "simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes", "variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkflowTypeVersion" : { "documentation" : "", "name" : "WorkflowTypeVersion", "c2jName" : "workflowTypeVersion", "c2jShape" : "Version", "variable" : { "variableName" : "workflowTypeVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workflowTypeVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "workflowTypeVersion", "marshallLocationName" : "workflowTypeVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "header" : 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 workflowTypeVersion */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param workflowTypeVersion \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 new 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 new 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, "uri" : false, "header" : 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, "uri" : false, "header" : 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, "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList", "simple" : true, "map" : false, "simpleType" : "String" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The list of tags to associate with the new 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 new 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 new 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 new 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 new 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 new 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 new 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

                                                                                                                                                                                                  NOTE: 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 new 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.*/" }, "Input" : { "documentation" : "

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  ", "name" : "Input", "c2jName" : "input", "c2jShape" : "Data", "variable" : { "variableName" : "input", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The input provided to the new 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, "uri" : false, "header" : 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 new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@return The input provided to the new workflow execution.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The input provided to the new workflow execution.

                                                                                                                                                                                                  \n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TaskList" : { "documentation" : "", "name" : "TaskList", "c2jName" : "taskList", "c2jShape" : "TaskList", "variable" : { "variableName" : "taskList", "variableType" : "TaskList", "variableDeclarationType" : "TaskList", "documentation" : "", "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, "uri" : false, "header" : 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 taskList */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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, "uri" : false, "header" : 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.*/" }, "TaskStartToCloseTimeout" : { "documentation" : "

                                                                                                                                                                                                  Specifies the maximum duration of decision tasks for the new 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 the new 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 the new 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 the new 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, "uri" : false, "header" : 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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 the new 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.*/" }, "TaskPriority" : { "documentation" : "

                                                                                                                                                                                                  Optional. The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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, "uri" : false, "header" : 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 task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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. The task priority that, if set, specifies the priority for the decision tasks for 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.
                                                                                                                                                                                                  The task priority that, if set, specifies the priority for the decision tasks for 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.*/" }, "ExecutionStartToCloseTimeout" : { "documentation" : "

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field 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" : "

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field 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, "uri" : false, "header" : 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, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field 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" : "/**

                                                                                                                                                                                                  If set, specifies 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 field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@param executionStartToCloseTimeout If set, specifies 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 field. If neither this field 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" : "

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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" : "

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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, "uri" : false, "header" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ChildPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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@see ChildPolicy*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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@see ChildPolicy*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If set, specifies the policy to use for the child workflow executions of the new execution if it 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 If set, specifies the policy to use for the child workflow executions of the new execution if it 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 Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/" } } }, "StartChildWorkflowExecutionFailedCause" : { "c2jName" : "StartChildWorkflowExecutionFailedCause", "documentation" : "", "shapeName" : "StartChildWorkflowExecutionFailedCause", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "WORKFLOW_TYPE_DOES_NOT_EXIST", "value" : "WORKFLOW_TYPE_DOES_NOT_EXIST" }, { "name" : "WORKFLOW_TYPE_DEPRECATED", "value" : "WORKFLOW_TYPE_DEPRECATED" }, { "name" : "OPEN_CHILDREN_LIMIT_EXCEEDED", "value" : "OPEN_CHILDREN_LIMIT_EXCEEDED" }, { "name" : "OPEN_WORKFLOWS_LIMIT_EXCEEDED", "value" : "OPEN_WORKFLOWS_LIMIT_EXCEEDED" }, { "name" : "CHILD_CREATION_RATE_EXCEEDED", "value" : "CHILD_CREATION_RATE_EXCEEDED" }, { "name" : "WORKFLOW_ALREADY_RUNNING", "value" : "WORKFLOW_ALREADY_RUNNING" }, { "name" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED", "value" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED" }, { "name" : "DEFAULT_TASK_LIST_UNDEFINED", "value" : "DEFAULT_TASK_LIST_UNDEFINED" }, { "name" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED", "value" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED" }, { "name" : "DEFAULT_CHILD_POLICY_UNDEFINED", "value" : "DEFAULT_CHILD_POLICY_UNDEFINED" }, { "name" : "OPERATION_NOT_PERMITTED", "value" : "OPERATION_NOT_PERMITTED" } ], "variable" : { "variableName" : "startChildWorkflowExecutionFailedCause", "variableType" : "StartChildWorkflowExecutionFailedCause", "variableDeclarationType" : "StartChildWorkflowExecutionFailedCause", "documentation" : null, "simpleType" : "StartChildWorkflowExecutionFailedCause", "variableSetterType" : "StartChildWorkflowExecutionFailedCause" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeprecateActivityTypeRequest" : { "c2jName" : "DeprecateActivityTypeInput", "documentation" : "", "shapeName" : "DeprecateActivityTypeRequest", "deprecated" : false, "required" : [ "domain", "activityType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@return The name of the domain in which the activity type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@return The activity type to deprecate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deprecateActivityTypeRequest", "variableType" : "DeprecateActivityTypeRequest", "variableDeclarationType" : "DeprecateActivityTypeRequest", "documentation" : null, "simpleType" : "DeprecateActivityTypeRequest", "variableSetterType" : "DeprecateActivityTypeRequest" }, "marshaller" : { "action" : "DeprecateActivityType", "verb" : "POST", "target" : "SimpleWorkflowService.DeprecateActivityType", "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 in which the activity type is registered.

                                                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "domain", "c2jShape" : "DomainName", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@return The name of the domain in which the activity type is registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the domain in which the activity type is registered.

                                                                                                                                                                                                  \n@param domain The name of the domain in which the activity type is registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActivityType" : { "documentation" : "

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  ", "name" : "ActivityType", "c2jName" : "activityType", "c2jShape" : "ActivityType", "variable" : { "variableName" : "activityType", "variableType" : "ActivityType", "variableDeclarationType" : "ActivityType", "documentation" : "

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  ", "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, "uri" : false, "header" : 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 to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@return The activity type to deprecate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The activity type to deprecate.

                                                                                                                                                                                                  \n@param activityType The activity type to deprecate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : "com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientConfigurationFactory", "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : null, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientConfigurationFactory" }