
models.swf-2012-01-25-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-simpleworkflow Show documentation
{
"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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to 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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to 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.
\nNOTE: 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