
models.swf-2012-01-25-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-simpleworkflow Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : null,
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : "com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClientConfigurationFactory",
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2012-01-25",
"asyncClient" : "AmazonSimpleWorkflowAsyncClient",
"asyncClientBuilderClassName" : "AmazonSimpleWorkflowAsyncClientBuilder",
"asyncInterface" : "AmazonSimpleWorkflowAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonSimpleWorkflowModuleInjector",
"defaultEndpoint" : "swf.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "swf.us-east-1.amazonaws.com",
"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.
",
"endpointPrefix" : "swf",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.0",
"packageName" : "com.amazonaws.services.simpleworkflow",
"packagePath" : "com/amazonaws/services/simpleworkflow",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"serviceAbbreviation" : "Amazon SWF",
"serviceFullName" : "Amazon Simple Workflow Service",
"serviceName" : "Amazon SWF",
"signingName" : "swf",
"smokeTestsPackageName" : "com.amazonaws.services.simpleworkflow.smoketests",
"syncClient" : "AmazonSimpleWorkflowClient",
"syncClientBuilderClassName" : "AmazonSimpleWorkflowClientBuilder",
"syncInterface" : "AmazonSimpleWorkflow",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CountClosedWorkflowExecutions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowExecutionCount",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CountClosedWorkflowExecutionsRequest",
"variableName" : "countClosedWorkflowExecutionsRequest",
"variableType" : "CountClosedWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "CountClosedWorkflowExecutionsRequest",
"variableSetterType" : "CountClosedWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "countClosedWorkflowExecutions",
"operationName" : "CountClosedWorkflowExecutions",
"returnType" : {
"returnType" : "WorkflowExecutionCount",
"documentation" : "Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
"
},
"syncReturnType" : "WorkflowExecutionCount"
},
"CountOpenWorkflowExecutions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowExecutionCount",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CountOpenWorkflowExecutionsRequest",
"variableName" : "countOpenWorkflowExecutionsRequest",
"variableType" : "CountOpenWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "CountOpenWorkflowExecutionsRequest",
"variableSetterType" : "CountOpenWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "countOpenWorkflowExecutions",
"operationName" : "CountOpenWorkflowExecutions",
"returnType" : {
"returnType" : "WorkflowExecutionCount",
"documentation" : "Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
"
},
"syncReturnType" : "WorkflowExecutionCount"
},
"CountPendingActivityTasks" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PendingTaskCount",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CountPendingActivityTasksRequest",
"variableName" : "countPendingActivityTasksRequest",
"variableType" : "CountPendingActivityTasksRequest",
"documentation" : "",
"simpleType" : "CountPendingActivityTasksRequest",
"variableSetterType" : "CountPendingActivityTasksRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "countPendingActivityTasks",
"operationName" : "CountPendingActivityTasks",
"returnType" : {
"returnType" : "PendingTaskCount",
"documentation" : "Contains the count of tasks in a task list.
"
},
"syncReturnType" : "PendingTaskCount"
},
"CountPendingDecisionTasks" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PendingTaskCount",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CountPendingDecisionTasksRequest",
"variableName" : "countPendingDecisionTasksRequest",
"variableType" : "CountPendingDecisionTasksRequest",
"documentation" : "",
"simpleType" : "CountPendingDecisionTasksRequest",
"variableSetterType" : "CountPendingDecisionTasksRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "countPendingDecisionTasks",
"operationName" : "CountPendingDecisionTasks",
"returnType" : {
"returnType" : "PendingTaskCount",
"documentation" : "Contains the count of tasks in a task list.
"
},
"syncReturnType" : "PendingTaskCount"
},
"DeprecateActivityType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeprecateActivityTypeRequest",
"variableName" : "deprecateActivityTypeRequest",
"variableType" : "DeprecateActivityTypeRequest",
"documentation" : "",
"simpleType" : "DeprecateActivityTypeRequest",
"variableSetterType" : "DeprecateActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deprecateActivityType",
"operationName" : "DeprecateActivityType",
"returnType" : null,
"syncReturnType" : "void"
},
"DeprecateDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeprecateDomainRequest",
"variableName" : "deprecateDomainRequest",
"variableType" : "DeprecateDomainRequest",
"documentation" : "",
"simpleType" : "DeprecateDomainRequest",
"variableSetterType" : "DeprecateDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deprecateDomain",
"operationName" : "DeprecateDomain",
"returnType" : null,
"syncReturnType" : "void"
},
"DeprecateWorkflowType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeprecateWorkflowTypeRequest",
"variableName" : "deprecateWorkflowTypeRequest",
"variableType" : "DeprecateWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "DeprecateWorkflowTypeRequest",
"variableSetterType" : "DeprecateWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deprecateWorkflowType",
"operationName" : "DeprecateWorkflowType",
"returnType" : null,
"syncReturnType" : "void"
},
"DescribeActivityType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ActivityTypeDetail",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeActivityTypeRequest",
"variableName" : "describeActivityTypeRequest",
"variableType" : "DescribeActivityTypeRequest",
"documentation" : "",
"simpleType" : "DescribeActivityTypeRequest",
"variableSetterType" : "DescribeActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeActivityType",
"operationName" : "DescribeActivityType",
"returnType" : {
"returnType" : "ActivityTypeDetail",
"documentation" : "Detailed information about an activity type.
"
},
"syncReturnType" : "ActivityTypeDetail"
},
"DescribeDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DomainDetail",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeDomainRequest",
"variableName" : "describeDomainRequest",
"variableType" : "DescribeDomainRequest",
"documentation" : "",
"simpleType" : "DescribeDomainRequest",
"variableSetterType" : "DescribeDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeDomain",
"operationName" : "DescribeDomain",
"returnType" : {
"returnType" : "DomainDetail",
"documentation" : "Contains details of a domain.
"
},
"syncReturnType" : "DomainDetail"
},
"DescribeWorkflowExecution" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowExecutionDetail",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeWorkflowExecutionRequest",
"variableName" : "describeWorkflowExecutionRequest",
"variableType" : "DescribeWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "DescribeWorkflowExecutionRequest",
"variableSetterType" : "DescribeWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeWorkflowExecution",
"operationName" : "DescribeWorkflowExecution",
"returnType" : {
"returnType" : "WorkflowExecutionDetail",
"documentation" : "Contains details about a workflow execution.
"
},
"syncReturnType" : "WorkflowExecutionDetail"
},
"DescribeWorkflowType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowTypeDetail",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeWorkflowTypeRequest",
"variableName" : "describeWorkflowTypeRequest",
"variableType" : "DescribeWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "DescribeWorkflowTypeRequest",
"variableSetterType" : "DescribeWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeWorkflowType",
"operationName" : "DescribeWorkflowType",
"returnType" : {
"returnType" : "WorkflowTypeDetail",
"documentation" : "Contains details about a workflow type.
"
},
"syncReturnType" : "WorkflowTypeDetail"
},
"GetWorkflowExecutionHistory" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "History",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetWorkflowExecutionHistoryRequest",
"variableName" : "getWorkflowExecutionHistoryRequest",
"variableType" : "GetWorkflowExecutionHistoryRequest",
"documentation" : "",
"simpleType" : "GetWorkflowExecutionHistoryRequest",
"variableSetterType" : "GetWorkflowExecutionHistoryRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getWorkflowExecutionHistory",
"operationName" : "GetWorkflowExecutionHistory",
"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.
"
},
"syncReturnType" : "History"
},
"ListActivityTypes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ActivityTypeInfos",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListActivityTypesRequest",
"variableName" : "listActivityTypesRequest",
"variableType" : "ListActivityTypesRequest",
"documentation" : "",
"simpleType" : "ListActivityTypesRequest",
"variableSetterType" : "ListActivityTypesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listActivityTypes",
"operationName" : "ListActivityTypes",
"returnType" : {
"returnType" : "ActivityTypeInfos",
"documentation" : "Contains a paginated list of activity type information structures.
"
},
"syncReturnType" : "ActivityTypeInfos"
},
"ListClosedWorkflowExecutions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowExecutionInfos",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListClosedWorkflowExecutionsRequest",
"variableName" : "listClosedWorkflowExecutionsRequest",
"variableType" : "ListClosedWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "ListClosedWorkflowExecutionsRequest",
"variableSetterType" : "ListClosedWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listClosedWorkflowExecutions",
"operationName" : "ListClosedWorkflowExecutions",
"returnType" : {
"returnType" : "WorkflowExecutionInfos",
"documentation" : "Contains a paginated list of information about workflow executions.
"
},
"syncReturnType" : "WorkflowExecutionInfos"
},
"ListDomains" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DomainInfos",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDomainsRequest",
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"documentation" : "",
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listDomains",
"operationName" : "ListDomains",
"returnType" : {
"returnType" : "DomainInfos",
"documentation" : "Contains a paginated collection of DomainInfo structures.
"
},
"syncReturnType" : "DomainInfos"
},
"ListOpenWorkflowExecutions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowExecutionInfos",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListOpenWorkflowExecutionsRequest",
"variableName" : "listOpenWorkflowExecutionsRequest",
"variableType" : "ListOpenWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "ListOpenWorkflowExecutionsRequest",
"variableSetterType" : "ListOpenWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listOpenWorkflowExecutions",
"operationName" : "ListOpenWorkflowExecutions",
"returnType" : {
"returnType" : "WorkflowExecutionInfos",
"documentation" : "Contains a paginated list of information about workflow executions.
"
},
"syncReturnType" : "WorkflowExecutionInfos"
},
"ListWorkflowTypes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "WorkflowTypeInfos",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ListWorkflowTypesRequest",
"variableName" : "listWorkflowTypesRequest",
"variableType" : "ListWorkflowTypesRequest",
"documentation" : "",
"simpleType" : "ListWorkflowTypesRequest",
"variableSetterType" : "ListWorkflowTypesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listWorkflowTypes",
"operationName" : "ListWorkflowTypes",
"returnType" : {
"returnType" : "WorkflowTypeInfos",
"documentation" : "Contains a paginated list of information structures about workflow types.
"
},
"syncReturnType" : "WorkflowTypeInfos"
},
"PollForActivityTask" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ActivityTask",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "PollForActivityTaskRequest",
"variableName" : "pollForActivityTaskRequest",
"variableType" : "PollForActivityTaskRequest",
"documentation" : "",
"simpleType" : "PollForActivityTaskRequest",
"variableSetterType" : "PollForActivityTaskRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "pollForActivityTask",
"operationName" : "PollForActivityTask",
"returnType" : {
"returnType" : "ActivityTask",
"documentation" : "Unit of work sent to an activity worker.
"
},
"syncReturnType" : "ActivityTask"
},
"PollForDecisionTask" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DecisionTask",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "PollForDecisionTaskRequest",
"variableName" : "pollForDecisionTaskRequest",
"variableType" : "PollForDecisionTaskRequest",
"documentation" : "",
"simpleType" : "PollForDecisionTaskRequest",
"variableSetterType" : "PollForDecisionTaskRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "pollForDecisionTask",
"operationName" : "PollForDecisionTask",
"returnType" : {
"returnType" : "DecisionTask",
"documentation" : "A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.
"
},
"syncReturnType" : "DecisionTask"
},
"RecordActivityTaskHeartbeat" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ActivityTaskStatus",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RecordActivityTaskHeartbeatRequest",
"variableName" : "recordActivityTaskHeartbeatRequest",
"variableType" : "RecordActivityTaskHeartbeatRequest",
"documentation" : "",
"simpleType" : "RecordActivityTaskHeartbeatRequest",
"variableSetterType" : "RecordActivityTaskHeartbeatRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "recordActivityTaskHeartbeat",
"operationName" : "RecordActivityTaskHeartbeat",
"returnType" : {
"returnType" : "ActivityTaskStatus",
"documentation" : "Status information about an activity task.
"
},
"syncReturnType" : "ActivityTaskStatus"
},
"RegisterActivityType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterActivityTypeRequest",
"variableName" : "registerActivityTypeRequest",
"variableType" : "RegisterActivityTypeRequest",
"documentation" : "",
"simpleType" : "RegisterActivityTypeRequest",
"variableSetterType" : "RegisterActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerActivityType",
"operationName" : "RegisterActivityType",
"returnType" : null,
"syncReturnType" : "void"
},
"RegisterDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterDomainRequest",
"variableName" : "registerDomainRequest",
"variableType" : "RegisterDomainRequest",
"documentation" : "",
"simpleType" : "RegisterDomainRequest",
"variableSetterType" : "RegisterDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerDomain",
"operationName" : "RegisterDomain",
"returnType" : null,
"syncReturnType" : "void"
},
"RegisterWorkflowType" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterWorkflowTypeRequest",
"variableName" : "registerWorkflowTypeRequest",
"variableType" : "RegisterWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "RegisterWorkflowTypeRequest",
"variableSetterType" : "RegisterWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerWorkflowType",
"operationName" : "RegisterWorkflowType",
"returnType" : null,
"syncReturnType" : "void"
},
"RequestCancelWorkflowExecution" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RequestCancelWorkflowExecutionRequest",
"variableName" : "requestCancelWorkflowExecutionRequest",
"variableType" : "RequestCancelWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "RequestCancelWorkflowExecutionRequest",
"variableSetterType" : "RequestCancelWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "requestCancelWorkflowExecution",
"operationName" : "RequestCancelWorkflowExecution",
"returnType" : null,
"syncReturnType" : "void"
},
"RespondActivityTaskCanceled" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RespondActivityTaskCanceledRequest",
"variableName" : "respondActivityTaskCanceledRequest",
"variableType" : "RespondActivityTaskCanceledRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskCanceledRequest",
"variableSetterType" : "RespondActivityTaskCanceledRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "respondActivityTaskCanceled",
"operationName" : "RespondActivityTaskCanceled",
"returnType" : null,
"syncReturnType" : "void"
},
"RespondActivityTaskCompleted" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RespondActivityTaskCompletedRequest",
"variableName" : "respondActivityTaskCompletedRequest",
"variableType" : "RespondActivityTaskCompletedRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskCompletedRequest",
"variableSetterType" : "RespondActivityTaskCompletedRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "respondActivityTaskCompleted",
"operationName" : "RespondActivityTaskCompleted",
"returnType" : null,
"syncReturnType" : "void"
},
"RespondActivityTaskFailed" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RespondActivityTaskFailedRequest",
"variableName" : "respondActivityTaskFailedRequest",
"variableType" : "RespondActivityTaskFailedRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskFailedRequest",
"variableSetterType" : "RespondActivityTaskFailedRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "respondActivityTaskFailed",
"operationName" : "RespondActivityTaskFailed",
"returnType" : null,
"syncReturnType" : "void"
},
"RespondDecisionTaskCompleted" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RespondDecisionTaskCompletedRequest",
"variableName" : "respondDecisionTaskCompletedRequest",
"variableType" : "RespondDecisionTaskCompletedRequest",
"documentation" : "",
"simpleType" : "RespondDecisionTaskCompletedRequest",
"variableSetterType" : "RespondDecisionTaskCompletedRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "respondDecisionTaskCompleted",
"operationName" : "RespondDecisionTaskCompleted",
"returnType" : null,
"syncReturnType" : "void"
},
"SignalWorkflowExecution" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SignalWorkflowExecutionRequest",
"variableName" : "signalWorkflowExecutionRequest",
"variableType" : "SignalWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "SignalWorkflowExecutionRequest",
"variableSetterType" : "SignalWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "signalWorkflowExecution",
"operationName" : "SignalWorkflowExecution",
"returnType" : null,
"syncReturnType" : "void"
},
"StartWorkflowExecution" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Run",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "StartWorkflowExecutionRequest",
"variableName" : "startWorkflowExecutionRequest",
"variableType" : "StartWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "StartWorkflowExecutionRequest",
"variableSetterType" : "StartWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "startWorkflowExecution",
"operationName" : "StartWorkflowExecution",
"returnType" : {
"returnType" : "Run",
"documentation" : "Specifies the runId
of a workflow execution.
"
},
"syncReturnType" : "Run"
},
"TerminateWorkflowExecution" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Void",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "TerminateWorkflowExecutionRequest",
"variableName" : "terminateWorkflowExecutionRequest",
"variableType" : "TerminateWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "TerminateWorkflowExecutionRequest",
"variableSetterType" : "TerminateWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "terminateWorkflowExecution",
"operationName" : "TerminateWorkflowExecution",
"returnType" : null,
"syncReturnType" : "void"
}
},
"shapes" : {
"ActivityTask" : {
"c2jName" : "ActivityTask",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Unit of work sent to an activity worker.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"deprecated" : false,
"documentation" : "The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskToken",
"setterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskToken",
"variableType" : "String",
"documentation" : "The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the task.
\n@return The unique ID of the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded in the history.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@return The ID of the ActivityTaskStarted
event recorded in the history.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded in the history.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The workflow execution that started this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The workflow execution that started this activity task.
\n@return The workflow execution that started this activity task.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The workflow execution that started this activity task.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The type of this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of this activity task.
\n@return The type of this activity task.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The type of this activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@return The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActivityId" : {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the task.
\n@return The unique ID of the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ActivityType" : {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The type of this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of this activity task.
\n@return The type of this activity task.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The type of this activity task.
\n@param activityType The type of this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The type of this activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
},
"Input" : {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@return The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
\n@param input The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded in the history.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@return The ID of the ActivityTaskStarted
event recorded in the history.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded in the history.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded in the history.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded in the history.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TaskToken" : {
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"deprecated" : false,
"documentation" : "The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@return The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskToken",
"setterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
\n@param taskToken The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskToken",
"variableType" : "String",
"documentation" : "The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The workflow execution that started this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The workflow execution that started this activity task.
\n@return The workflow execution that started this activity task.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The workflow execution that started this activity task.
\n@param workflowExecution The workflow execution that started this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The workflow execution that started this activity task.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "taskToken", "activityId", "startedEventId", "workflowExecution", "activityType" ],
"shapeName" : "ActivityTask",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTask",
"variableName" : "activityTask",
"variableType" : "ActivityTask",
"documentation" : null,
"simpleType" : "ActivityTask",
"variableSetterType" : "ActivityTask"
},
"wrapper" : false
},
"ActivityTaskCancelRequestedEventAttributes" : {
"c2jName" : "ActivityTaskCancelRequestedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskCancelRequested
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the task.
\n@return The unique ID of the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActivityId" : {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the task.
\n@return The unique ID of the task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the task.
\n@param activityId The unique ID of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "decisionTaskCompletedEventId", "activityId" ],
"shapeName" : "ActivityTaskCancelRequestedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskCancelRequestedEventAttributes",
"variableName" : "activityTaskCancelRequestedEventAttributes",
"variableType" : "ActivityTaskCancelRequestedEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskCancelRequestedEventAttributes",
"variableSetterType" : "ActivityTaskCancelRequestedEventAttributes"
},
"wrapper" : false
},
"ActivityTaskCanceledEventAttributes" : {
"c2jName" : "ActivityTaskCanceledEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskCanceled
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Details of the cancellation (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Details of the cancellation (if any).
\n@return Details of the cancellation (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Details of the cancellation (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "latestCancelRequestedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "latestCancelRequestedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCancelRequestedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LatestCancelRequestedEventId",
"setterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "latestCancelRequestedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "latestCancelRequestedEventId",
"variableType" : "Long",
"documentation" : "If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Details of the cancellation (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Details of the cancellation (if any).
\n@return Details of the cancellation (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Details of the cancellation (if any).
\n@param details Details of the cancellation (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Details of the cancellation (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LatestCancelRequestedEventId" : {
"c2jName" : "latestCancelRequestedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "latestCancelRequestedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCancelRequestedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LatestCancelRequestedEventId",
"setterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "latestCancelRequestedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param latestCancelRequestedEventId If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "latestCancelRequestedEventId",
"variableType" : "Long",
"documentation" : "If set, contains the ID of the last ActivityTaskCancelRequested
event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ScheduledEventId" : {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "scheduledEventId", "startedEventId" ],
"shapeName" : "ActivityTaskCanceledEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskCanceledEventAttributes",
"variableName" : "activityTaskCanceledEventAttributes",
"variableType" : "ActivityTaskCanceledEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskCanceledEventAttributes",
"variableSetterType" : "ActivityTaskCanceledEventAttributes"
},
"wrapper" : false
},
"ActivityTaskCompletedEventAttributes" : {
"c2jName" : "ActivityTaskCompletedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskCompleted
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The results of the activity task (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The results of the activity task (if any).
\n@return The results of the activity task (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The results of the activity task (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Result" : {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The results of the activity task (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The results of the activity task (if any).
\n@return The results of the activity task (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The results of the activity task (if any).
\n@param result The results of the activity task (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The results of the activity task (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduledEventId" : {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "scheduledEventId", "startedEventId" ],
"shapeName" : "ActivityTaskCompletedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskCompletedEventAttributes",
"variableName" : "activityTaskCompletedEventAttributes",
"variableType" : "ActivityTaskCompletedEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskCompletedEventAttributes",
"variableSetterType" : "ActivityTaskCompletedEventAttributes"
},
"wrapper" : false
},
"ActivityTaskFailedEventAttributes" : {
"c2jName" : "ActivityTaskFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "reason",
"c2jShape" : "FailureReason",
"deprecated" : false,
"documentation" : "The reason provided for the failure (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason provided for the failure (if any).
\n@return The reason provided for the failure (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "reason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "reason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reason",
"setterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "The reason provided for the failure (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The details of the failure (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The details of the failure (if any).
\n@return The details of the failure (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "The details of the failure (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The details of the failure (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The details of the failure (if any).
\n@return The details of the failure (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The details of the failure (if any).
\n@param details The details of the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "The details of the failure (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Reason" : {
"c2jName" : "reason",
"c2jShape" : "FailureReason",
"deprecated" : false,
"documentation" : "The reason provided for the failure (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason provided for the failure (if any).
\n@return The reason provided for the failure (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "reason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "reason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reason",
"setterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason provided for the failure (if any).
\n@param reason The reason provided for the failure (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "The reason provided for the failure (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduledEventId" : {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "scheduledEventId", "startedEventId" ],
"shapeName" : "ActivityTaskFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskFailedEventAttributes",
"variableName" : "activityTaskFailedEventAttributes",
"variableType" : "ActivityTaskFailedEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskFailedEventAttributes",
"variableSetterType" : "ActivityTaskFailedEventAttributes"
},
"wrapper" : false
},
"ActivityTaskScheduledEventAttributes" : {
"c2jName" : "ActivityTaskScheduledEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskScheduled
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The type of the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of the activity task.
\n@return The type of the activity task.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The type of the activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the activity task.
\n@return The unique ID of the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The input provided to the activity task.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The input provided to the activity task.
\n@return The input provided to the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The input provided to the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "control",
"c2jShape" : "Data",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "control",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "control",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Control",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "control",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "control",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@return The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduleToStartTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduleToStartTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduleToStartTimeout",
"setterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time for this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time for this activity task.
\n@return The maximum amount of time for this activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduleToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduleToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduleToCloseTimeout",
"setterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time for this activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@return The maximum amount of time a worker may take to process the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartToCloseTimeout",
"setterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "The task list in which the activity task has been scheduled.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@return The task list in which the activity task has been scheduled.*/",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskList",
"setterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.*/",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "The task list in which the activity task has been scheduled.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskPriority",
"setterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "heartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@return The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "heartbeatTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "heartbeatTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HeartbeatTimeout",
"setterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActivityId" : {
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"deprecated" : false,
"documentation" : "The unique ID of the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique ID of the activity task.
\n@return The unique ID of the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityId",
"setterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "activityId",
"variableType" : "String",
"documentation" : "The unique ID of the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ActivityType" : {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The type of the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The type of the activity task.
\n@return The type of the activity task.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The type of the activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
},
"Control" : {
"c2jName" : "control",
"c2jShape" : "Data",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "control",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "control",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Control",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "control",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "control",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"HeartbeatTimeout" : {
"c2jName" : "heartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@return The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "heartbeatTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "heartbeatTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HeartbeatTimeout",
"setterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Input" : {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The input provided to the activity task.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The input provided to the activity task.
\n@return The input provided to the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The input provided to the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduleToCloseTimeout" : {
"c2jName" : "scheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time for this activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time for this activity task.
\n@return The maximum amount of time for this activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduleToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduleToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduleToCloseTimeout",
"setterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time for this activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduleToStartTimeout" : {
"c2jName" : "scheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@return The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduleToStartTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduleToStartTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduleToStartTimeout",
"setterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartToCloseTimeout" : {
"c2jName" : "startToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@return The maximum amount of time a worker may take to process the activity task.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartToCloseTimeout",
"setterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TaskList" : {
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "The task list in which the activity task has been scheduled.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@return The task list in which the activity task has been scheduled.*/",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskList",
"setterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.*/",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "The task list in which the activity task has been scheduled.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
},
"TaskPriority" : {
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskPriority",
"setterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "activityType", "activityId", "taskList", "decisionTaskCompletedEventId" ],
"shapeName" : "ActivityTaskScheduledEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskScheduledEventAttributes",
"variableName" : "activityTaskScheduledEventAttributes",
"variableType" : "ActivityTaskScheduledEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskScheduledEventAttributes",
"variableSetterType" : "ActivityTaskScheduledEventAttributes"
},
"wrapper" : false
},
"ActivityTaskStartedEventAttributes" : {
"c2jName" : "ActivityTaskStartedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskStarted
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@return Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "identity",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Identity",
"setterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Identity" : {
"c2jName" : "identity",
"c2jShape" : "Identity",
"deprecated" : false,
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@return Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "identity",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "identity",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Identity",
"setterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identity",
"variableType" : "String",
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduledEventId" : {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "scheduledEventId" ],
"shapeName" : "ActivityTaskStartedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskStartedEventAttributes",
"variableName" : "activityTaskStartedEventAttributes",
"variableType" : "ActivityTaskStartedEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskStartedEventAttributes",
"variableSetterType" : "ActivityTaskStartedEventAttributes"
},
"wrapper" : false
},
"ActivityTaskStatus" : {
"c2jName" : "ActivityTaskStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Status information about an activity task.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "cancelRequested",
"c2jShape" : "Canceled",
"deprecated" : false,
"documentation" : "Set to true
if cancellation of the task is requested.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@return Set to true
if cancellation of the task is requested.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cancelRequested",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cancelRequested",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CancelRequested",
"setterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "cancelRequested",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "cancelRequested",
"variableType" : "Boolean",
"documentation" : "Set to true
if cancellation of the task is requested.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CancelRequested" : {
"c2jName" : "cancelRequested",
"c2jShape" : "Canceled",
"deprecated" : false,
"documentation" : "Set to true
if cancellation of the task is requested.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@return Set to true
if cancellation of the task is requested.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cancelRequested",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cancelRequested",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CancelRequested",
"setterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "cancelRequested",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Set to true
if cancellation of the task is requested.
\n@param cancelRequested Set to true
if cancellation of the task is requested.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "cancelRequested",
"variableType" : "Boolean",
"documentation" : "Set to true
if cancellation of the task is requested.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "cancelRequested" ],
"shapeName" : "ActivityTaskStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskStatus",
"variableName" : "activityTaskStatus",
"variableType" : "ActivityTaskStatus",
"documentation" : null,
"simpleType" : "ActivityTaskStatus",
"variableSetterType" : "ActivityTaskStatus"
},
"wrapper" : false
},
"ActivityTaskTimedOutEventAttributes" : {
"c2jName" : "ActivityTaskTimedOutEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ActivityTaskTimedOut
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "timeoutType",
"c2jShape" : "ActivityTaskTimeoutType",
"deprecated" : false,
"documentation" : "The type of the timeout that caused this event.
",
"enumType" : "ActivityTaskTimeoutType",
"fluentSetterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/",
"getterDocumentation" : "/**The type of the timeout that caused this event.
\n@return The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeoutType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeoutType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutType",
"setterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "The type of the timeout that caused this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "details",
"c2jShape" : "LimitedData",
"deprecated" : false,
"documentation" : "Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@return Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "LimitedData",
"deprecated" : false,
"documentation" : "Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@return Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
\n@param details Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Contains the content of the details
parameter for the last call made by the activity to RecordActivityTaskHeartbeat
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ScheduledEventId" : {
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "scheduledEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "scheduledEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ScheduledEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "scheduledEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"setterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "The ID of the ActivityTaskStarted
event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TimeoutType" : {
"c2jName" : "timeoutType",
"c2jShape" : "ActivityTaskTimeoutType",
"deprecated" : false,
"documentation" : "The type of the timeout that caused this event.
",
"enumType" : "ActivityTaskTimeoutType",
"fluentSetterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/",
"getterDocumentation" : "/**The type of the timeout that caused this event.
\n@return The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeoutType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeoutType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutType",
"setterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@see ActivityTaskTimeoutType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the timeout that caused this event.
\n@param timeoutType The type of the timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActivityTaskTimeoutType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "The type of the timeout that caused this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "timeoutType", "scheduledEventId", "startedEventId" ],
"shapeName" : "ActivityTaskTimedOutEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskTimedOutEventAttributes",
"variableName" : "activityTaskTimedOutEventAttributes",
"variableType" : "ActivityTaskTimedOutEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskTimedOutEventAttributes",
"variableSetterType" : "ActivityTaskTimedOutEventAttributes"
},
"wrapper" : false
},
"ActivityTaskTimeoutType" : {
"c2jName" : "ActivityTaskTimeoutType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "START_TO_CLOSE",
"value" : "START_TO_CLOSE"
}, {
"name" : "SCHEDULE_TO_START",
"value" : "SCHEDULE_TO_START"
}, {
"name" : "SCHEDULE_TO_CLOSE",
"value" : "SCHEDULE_TO_CLOSE"
}, {
"name" : "HEARTBEAT",
"value" : "HEARTBEAT"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ActivityTaskTimeoutType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTaskTimeoutType",
"variableName" : "activityTaskTimeoutType",
"variableType" : "ActivityTaskTimeoutType",
"documentation" : null,
"simpleType" : "ActivityTaskTimeoutType",
"variableSetterType" : "ActivityTaskTimeoutType"
},
"wrapper" : false
},
"ActivityType" : {
"c2jName" : "ActivityType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents an activity type.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "name",
"c2jShape" : "Name",
"deprecated" : false,
"documentation" : "The name of this activity.
The combination of activity type name and version must be unique within a domain. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@return The name of this activity. The combination of activity type name and version must be unique within a domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of this activity.
The combination of activity type name and version must be unique within a domain. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "version",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "The version of this activity.
The combination of activity type name and version must be unique with in a domain. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@return The version of this activity. The combination of activity type name and version must be unique with in a domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of this activity.
The combination of activity type name and version must be unique with in a domain. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "name",
"c2jShape" : "Name",
"deprecated" : false,
"documentation" : "The name of this activity.
The combination of activity type name and version must be unique within a domain. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@return The name of this activity. The combination of activity type name and version must be unique within a domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of this activity.
The combination of activity type name and version must be unique within a domain. \n@param name The name of this activity. The combination of activity type name and version must be unique within a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of this activity.
The combination of activity type name and version must be unique within a domain. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"c2jName" : "version",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "The version of this activity.
The combination of activity type name and version must be unique with in a domain. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@return The version of this activity. The combination of activity type name and version must be unique with in a domain.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The version of this activity.
The combination of activity type name and version must be unique with in a domain. \n@param version The version of this activity. The combination of activity type name and version must be unique with in a domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The version of this activity.
The combination of activity type name and version must be unique with in a domain. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "name", "version" ],
"shapeName" : "ActivityType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : null,
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"wrapper" : false
},
"ActivityTypeConfiguration" : {
"c2jName" : "ActivityTypeConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Configuration settings registered with the activity type.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "defaultTaskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskStartToCloseTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultTaskHeartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskHeartbeatTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskHeartbeatTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskHeartbeatTimeout",
"setterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskHeartbeatTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskHeartbeatTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultTaskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@return Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskList",
"setterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "defaultTaskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "defaultTaskList",
"variableType" : "TaskList",
"documentation" : "Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultTaskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskPriority",
"setterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskPriority",
"variableType" : "String",
"documentation" : "
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultTaskScheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskScheduleToStartTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskScheduleToStartTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskScheduleToStartTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToStartTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToStartTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "defaultTaskScheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskScheduleToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskScheduleToCloseTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultTaskHeartbeatTimeout" : {
"c2jName" : "defaultTaskHeartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskHeartbeatTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskHeartbeatTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskHeartbeatTimeout",
"setterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskHeartbeatTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskHeartbeatTimeout Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat. You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskHeartbeatTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
You can specify this value only when registering an activity type. The registered default value can be overridden when you schedule a task through the ScheduleActivityTask
decision. If the activity worker subsequently attempts to record a heartbeat or returns a result, the activity worker receives an UnknownResource
fault. In this case, Amazon SWF no longer considers the activity task to be valid; the activity worker should clean up the activity task.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DefaultTaskList" : {
"c2jName" : "defaultTaskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@return Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskList",
"setterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask*/",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "defaultTaskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
\n@param defaultTaskList Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "defaultTaskList",
"variableType" : "TaskList",
"documentation" : "Optional. The default task list specified for this activity type at registration. This default is used if a task list is not provided when a task is scheduled through the ScheduleActivityTask
decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask
decision.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
},
"DefaultTaskPriority" : {
"c2jName" : "defaultTaskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskPriority",
"setterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param defaultTaskPriority Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskPriority",
"variableType" : "String",
"documentation" : "
Optional. The default task priority for tasks of this activity type, specified at registration. If not set, then \"0\" will be used as the default priority. This default can be overridden when scheduling an activity task.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DefaultTaskScheduleToCloseTimeout" : {
"c2jName" : "defaultTaskScheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskScheduleToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskScheduleToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskScheduleToCloseTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToCloseTimeout Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToCloseTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DefaultTaskScheduleToStartTimeout" : {
"c2jName" : "defaultTaskScheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskScheduleToStartTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskScheduleToStartTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskScheduleToStartTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToStartTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskScheduleToStartTimeout Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskScheduleToStartTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DefaultTaskStartToCloseTimeout" : {
"c2jName" : "defaultTaskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@return Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "defaultTaskStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultTaskStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultTaskStartToCloseTimeout",
"setterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
\n@param defaultTaskStartToCloseTimeout Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultTaskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "Optional. The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
decision.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ActivityTypeConfiguration",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTypeConfiguration",
"variableName" : "activityTypeConfiguration",
"variableType" : "ActivityTypeConfiguration",
"documentation" : null,
"simpleType" : "ActivityTypeConfiguration",
"variableSetterType" : "ActivityTypeConfiguration"
},
"wrapper" : false
},
"ActivityTypeDetail" : {
"c2jName" : "ActivityTypeDetail",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Detailed information about an activity type.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "typeInfo",
"c2jShape" : "ActivityTypeInfo",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "ActivityTypeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "typeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "typeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TypeInfo",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "typeInfo",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "typeInfo",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "configuration",
"c2jShape" : "ActivityTypeConfiguration",
"deprecated" : false,
"documentation" : "The configuration settings registered with the activity type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The configuration settings registered with the activity type.
\n@return The configuration settings registered with the activity type.*/",
"getterModel" : {
"returnType" : "ActivityTypeConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "configuration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "configuration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Configuration",
"setterDocumentation" : "/**The configuration settings registered with the activity type.
\n@param configuration The configuration settings registered with the activity type.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeConfiguration",
"variableName" : "configuration",
"variableType" : "ActivityTypeConfiguration",
"documentation" : "",
"simpleType" : "ActivityTypeConfiguration",
"variableSetterType" : "ActivityTypeConfiguration"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeConfiguration",
"variableName" : "configuration",
"variableType" : "ActivityTypeConfiguration",
"documentation" : "The configuration settings registered with the activity type.
",
"simpleType" : "ActivityTypeConfiguration",
"variableSetterType" : "ActivityTypeConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Configuration" : {
"c2jName" : "configuration",
"c2jShape" : "ActivityTypeConfiguration",
"deprecated" : false,
"documentation" : "The configuration settings registered with the activity type.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The configuration settings registered with the activity type.
\n@return The configuration settings registered with the activity type.*/",
"getterModel" : {
"returnType" : "ActivityTypeConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "configuration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "configuration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Configuration",
"setterDocumentation" : "/**The configuration settings registered with the activity type.
\n@param configuration The configuration settings registered with the activity type.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeConfiguration",
"variableName" : "configuration",
"variableType" : "ActivityTypeConfiguration",
"documentation" : "",
"simpleType" : "ActivityTypeConfiguration",
"variableSetterType" : "ActivityTypeConfiguration"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeConfiguration",
"variableName" : "configuration",
"variableType" : "ActivityTypeConfiguration",
"documentation" : "The configuration settings registered with the activity type.
",
"simpleType" : "ActivityTypeConfiguration",
"variableSetterType" : "ActivityTypeConfiguration"
},
"xmlNameSpaceUri" : null
},
"TypeInfo" : {
"c2jName" : "typeInfo",
"c2jShape" : "ActivityTypeInfo",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.
*/",
"getterModel" : {
"returnType" : "ActivityTypeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "typeInfo",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "typeInfo",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TypeInfo",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "typeInfo",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "typeInfo",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "typeInfo", "configuration" ],
"shapeName" : "ActivityTypeDetail",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTypeDetail",
"variableName" : "activityTypeDetail",
"variableType" : "ActivityTypeDetail",
"documentation" : null,
"simpleType" : "ActivityTypeDetail",
"variableSetterType" : "ActivityTypeDetail"
},
"wrapper" : false
},
"ActivityTypeInfo" : {
"c2jName" : "ActivityTypeInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Detailed information about an activity type.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The ActivityType type structure representing the activity type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@return The ActivityType type structure representing the activity type.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The ActivityType type structure representing the activity type.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "RegistrationStatus",
"deprecated" : false,
"documentation" : "The current status of the activity type.
",
"enumType" : "RegistrationStatus",
"fluentSetterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"getterDocumentation" : "/**The current status of the activity type.
\n@return The current status of the activity type.\n@see RegistrationStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@see RegistrationStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the activity type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "The description of the activity type provided in RegisterActivityType.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@return The description of the activity type provided in RegisterActivityType.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the activity type provided in RegisterActivityType.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "creationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date and time this activity type was created through RegisterActivityType.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@return The date and time this activity type was created through RegisterActivityType.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time this activity type was created through RegisterActivityType.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "deprecationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "If DEPRECATED, the date and time DeprecateActivityType was called.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@return If DEPRECATED, the date and time DeprecateActivityType was called.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "deprecationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "deprecationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeprecationDate",
"setterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "deprecationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "deprecationDate",
"variableType" : "java.util.Date",
"documentation" : "If DEPRECATED, the date and time DeprecateActivityType was called.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ActivityType" : {
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"deprecated" : false,
"documentation" : "The ActivityType type structure representing the activity type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@return The ActivityType type structure representing the activity type.*/",
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "activityType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "activityType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ActivityType",
"setterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.*/",
"setterModel" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"simple" : false,
"varargSetterDocumentation" : "/**The ActivityType type structure representing the activity type.
\n@param activityType The ActivityType type structure representing the activity type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityType",
"variableName" : "activityType",
"variableType" : "ActivityType",
"documentation" : "The ActivityType type structure representing the activity type.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"c2jName" : "creationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "The date and time this activity type was created through RegisterActivityType.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@return The date and time this activity type was created through RegisterActivityType.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "creationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationDate",
"setterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time this activity type was created through RegisterActivityType.
\n@param creationDate The date and time this activity type was created through RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"documentation" : "The date and time this activity type was created through RegisterActivityType.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"DeprecationDate" : {
"c2jName" : "deprecationDate",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "If DEPRECATED, the date and time DeprecateActivityType was called.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@return If DEPRECATED, the date and time DeprecateActivityType was called.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "deprecationDate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "deprecationDate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeprecationDate",
"setterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "deprecationDate",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**If DEPRECATED, the date and time DeprecateActivityType was called.
\n@param deprecationDate If DEPRECATED, the date and time DeprecateActivityType was called.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "deprecationDate",
"variableType" : "java.util.Date",
"documentation" : "If DEPRECATED, the date and time DeprecateActivityType was called.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"c2jName" : "description",
"c2jShape" : "Description",
"deprecated" : false,
"documentation" : "The description of the activity type provided in RegisterActivityType.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@return The description of the activity type provided in RegisterActivityType.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The description of the activity type provided in RegisterActivityType.
\n@param description The description of the activity type provided in RegisterActivityType.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "The description of the activity type provided in RegisterActivityType.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "RegistrationStatus",
"deprecated" : false,
"documentation" : "The current status of the activity type.
",
"enumType" : "RegistrationStatus",
"fluentSetterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"getterDocumentation" : "/**The current status of the activity type.
\n@return The current status of the activity type.\n@see RegistrationStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@see RegistrationStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The current status of the activity type.
\n@param status The current status of the activity type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The current status of the activity type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "activityType", "status", "creationDate" ],
"shapeName" : "ActivityTypeInfo",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "activityTypeInfo",
"variableType" : "ActivityTypeInfo",
"documentation" : null,
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"wrapper" : false
},
"ActivityTypeInfos" : {
"c2jName" : "ActivityTypeInfos",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains a paginated list of activity type information structures.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "typeInfos",
"c2jShape" : "ActivityTypeInfoList",
"deprecated" : false,
"documentation" : "List of activity type information.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of activity type information.
\n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**List of activity type information.
\n@return List of activity type information.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "typeInfos",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "typeInfos",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ActivityTypeInfo",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ActivityTypeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "member",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "member",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ActivityTypeInfo",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ActivityTypeInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TypeInfos",
"setterDocumentation" : "/**List of activity type information.
\n@param typeInfos List of activity type information.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "typeInfos",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of activity type information.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.
\n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "typeInfos",
"variableType" : "java.util.List",
"documentation" : "List of activity type information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextPageToken" : {
"c2jName" : "nextPageToken",
"c2jShape" : "PageToken",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextPageToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextPageToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextPageToken",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextPageToken",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TypeInfos" : {
"c2jName" : "typeInfos",
"c2jShape" : "ActivityTypeInfoList",
"deprecated" : false,
"documentation" : "List of activity type information.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of activity type information.
\n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**List of activity type information.
\n@return List of activity type information.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "typeInfos",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "typeInfos",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ActivityTypeInfo",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ActivityTypeInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "member",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ActivityTypeInfo",
"variableName" : "member",
"variableType" : "ActivityTypeInfo",
"documentation" : "",
"simpleType" : "ActivityTypeInfo",
"variableSetterType" : "ActivityTypeInfo"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ActivityTypeInfo",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ActivityTypeInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TypeInfos",
"setterDocumentation" : "/**List of activity type information.
\n@param typeInfos List of activity type information.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "typeInfos",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of activity type information.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTypeInfos(java.util.Collection)} or {@link #withTypeInfos(java.util.Collection)} if you want to override the existing values.
\n@param typeInfos List of activity type information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "typeInfos",
"variableType" : "java.util.List",
"documentation" : "List of activity type information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "typeInfos" ],
"shapeName" : "ActivityTypeInfos",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActivityTypeInfos",
"variableName" : "activityTypeInfos",
"variableType" : "ActivityTypeInfos",
"documentation" : null,
"simpleType" : "ActivityTypeInfos",
"variableSetterType" : "ActivityTypeInfos"
},
"wrapper" : false
},
"CancelTimerDecisionAttributes" : {
"c2jName" : "CancelTimerDecisionAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CancelTimer
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"deprecated" : false,
"documentation" : "Required. The unique ID of the timer to cancel.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@return Required.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimerId",
"setterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "Required. The unique ID of the timer to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TimerId" : {
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"deprecated" : false,
"documentation" : "Required. The unique ID of the timer to cancel.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@return Required.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimerId",
"setterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Required. The unique ID of the timer to cancel.
\n@param timerId Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "Required. The unique ID of the timer to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "timerId" ],
"shapeName" : "CancelTimerDecisionAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelTimerDecisionAttributes",
"variableName" : "cancelTimerDecisionAttributes",
"variableType" : "CancelTimerDecisionAttributes",
"documentation" : null,
"simpleType" : "CancelTimerDecisionAttributes",
"variableSetterType" : "CancelTimerDecisionAttributes"
},
"wrapper" : false
},
"CancelTimerFailedCause" : {
"c2jName" : "CancelTimerFailedCause",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "TIMER_ID_UNKNOWN",
"value" : "TIMER_ID_UNKNOWN"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CancelTimerFailedCause",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelTimerFailedCause",
"variableName" : "cancelTimerFailedCause",
"variableType" : "CancelTimerFailedCause",
"documentation" : null,
"simpleType" : "CancelTimerFailedCause",
"variableSetterType" : "CancelTimerFailedCause"
},
"wrapper" : false
},
"CancelTimerFailedEventAttributes" : {
"c2jName" : "CancelTimerFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CancelTimerFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"deprecated" : false,
"documentation" : "The timerId provided in the CancelTimer
decision that failed.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The timerId provided in the CancelTimer
decision that failed.
\n@return The timerId provided in the CancelTimer
decision that failed.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimerId",
"setterDocumentation" : "/**The timerId provided in the CancelTimer
decision that failed.
\n@param timerId The timerId provided in the CancelTimer
decision that failed.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "The timerId provided in the CancelTimer
decision that failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "cause",
"c2jShape" : "CancelTimerFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Cause" : {
"c2jName" : "cause",
"c2jShape" : "CancelTimerFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TimerId" : {
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"deprecated" : false,
"documentation" : "The timerId provided in the CancelTimer
decision that failed.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The timerId provided in the CancelTimer
decision that failed.
\n@return The timerId provided in the CancelTimer
decision that failed.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimerId",
"setterDocumentation" : "/**The timerId provided in the CancelTimer
decision that failed.
\n@param timerId The timerId provided in the CancelTimer
decision that failed.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timerId",
"variableType" : "String",
"documentation" : "The timerId provided in the CancelTimer
decision that failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "timerId", "cause", "decisionTaskCompletedEventId" ],
"shapeName" : "CancelTimerFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelTimerFailedEventAttributes",
"variableName" : "cancelTimerFailedEventAttributes",
"variableType" : "CancelTimerFailedEventAttributes",
"documentation" : null,
"simpleType" : "CancelTimerFailedEventAttributes",
"variableSetterType" : "CancelTimerFailedEventAttributes"
},
"wrapper" : false
},
"CancelWorkflowExecutionDecisionAttributes" : {
"c2jName" : "CancelWorkflowExecutionDecisionAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CancelWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Optional. details of the cancellation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. details of the cancellation.
\n@return Optional.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Optional. details of the cancellation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Optional. details of the cancellation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Optional. details of the cancellation.
\n@return Optional.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Optional. details of the cancellation.
\n@param details Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Optional. details of the cancellation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CancelWorkflowExecutionDecisionAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelWorkflowExecutionDecisionAttributes",
"variableName" : "cancelWorkflowExecutionDecisionAttributes",
"variableType" : "CancelWorkflowExecutionDecisionAttributes",
"documentation" : null,
"simpleType" : "CancelWorkflowExecutionDecisionAttributes",
"variableSetterType" : "CancelWorkflowExecutionDecisionAttributes"
},
"wrapper" : false
},
"CancelWorkflowExecutionFailedCause" : {
"c2jName" : "CancelWorkflowExecutionFailedCause",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "UNHANDLED_DECISION",
"value" : "UNHANDLED_DECISION"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CancelWorkflowExecutionFailedCause",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelWorkflowExecutionFailedCause",
"variableName" : "cancelWorkflowExecutionFailedCause",
"variableType" : "CancelWorkflowExecutionFailedCause",
"documentation" : null,
"simpleType" : "CancelWorkflowExecutionFailedCause",
"variableSetterType" : "CancelWorkflowExecutionFailedCause"
},
"wrapper" : false
},
"CancelWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "CancelWorkflowExecutionFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CancelWorkflowExecutionFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "cause",
"c2jShape" : "CancelWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Cause" : {
"c2jName" : "cause",
"c2jShape" : "CancelWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "cause", "decisionTaskCompletedEventId" ],
"shapeName" : "CancelWorkflowExecutionFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelWorkflowExecutionFailedEventAttributes",
"variableName" : "cancelWorkflowExecutionFailedEventAttributes",
"variableType" : "CancelWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "CancelWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "CancelWorkflowExecutionFailedEventAttributes"
},
"wrapper" : false
},
"ChildPolicy" : {
"c2jName" : "ChildPolicy",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "TERMINATE",
"value" : "TERMINATE"
}, {
"name" : "REQUEST_CANCEL",
"value" : "REQUEST_CANCEL"
}, {
"name" : "ABANDON",
"value" : "ABANDON"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ChildPolicy",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildPolicy",
"variableName" : "childPolicy",
"variableType" : "ChildPolicy",
"documentation" : null,
"simpleType" : "ChildPolicy",
"variableSetterType" : "ChildPolicy"
},
"wrapper" : false
},
"ChildWorkflowExecutionCanceledEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionCanceledEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provide details of the ChildWorkflowExecutionCanceled
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was canceled.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The child workflow execution that was canceled.
\n@return The child workflow execution that was canceled.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was canceled.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Details of the cancellation (if provided).
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Details of the cancellation (if provided).
\n@return Details of the cancellation (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Details of the cancellation (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "Details of the cancellation (if provided).
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Details of the cancellation (if provided).
\n@return Details of the cancellation (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "Details of the cancellation (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was canceled.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The child workflow execution that was canceled.
\n@return The child workflow execution that was canceled.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was canceled.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"shapeName" : "ChildWorkflowExecutionCanceledEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes",
"variableName" : "childWorkflowExecutionCanceledEventAttributes",
"variableType" : "ChildWorkflowExecutionCanceledEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionCanceledEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes"
},
"wrapper" : false
},
"ChildWorkflowExecutionCompletedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionCompletedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ChildWorkflowExecutionCompleted
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was completed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was completed.
\n@return The child workflow execution that was completed.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was completed.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The result of the child workflow execution (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result of the child workflow execution (if any).
\n@return The result of the child workflow execution (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The result of the child workflow execution (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Result" : {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The result of the child workflow execution (if any).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result of the child workflow execution (if any).
\n@return The result of the child workflow execution (if any).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result of the child workflow execution (if any).
\n@param result The result of the child workflow execution (if any).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The result of the child workflow execution (if any).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was completed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was completed.
\n@return The child workflow execution that was completed.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was completed.
\n@param workflowExecution The child workflow execution that was completed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was completed.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"shapeName" : "ChildWorkflowExecutionCompletedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionCompletedEventAttributes",
"variableName" : "childWorkflowExecutionCompletedEventAttributes",
"variableType" : "ChildWorkflowExecutionCompletedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionCompletedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionCompletedEventAttributes"
},
"wrapper" : false
},
"ChildWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ChildWorkflowExecutionFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that failed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that failed.
\n@return The child workflow execution that failed.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that failed.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "reason",
"c2jShape" : "FailureReason",
"deprecated" : false,
"documentation" : "The reason for the failure (if provided).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason for the failure (if provided).
\n@return The reason for the failure (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "reason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "reason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reason",
"setterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "The reason for the failure (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The details of the failure (if provided).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The details of the failure (if provided).
\n@return The details of the failure (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "The details of the failure (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Details" : {
"c2jName" : "details",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The details of the failure (if provided).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The details of the failure (if provided).
\n@return The details of the failure (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "details",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "details",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Details",
"setterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The details of the failure (if provided).
\n@param details The details of the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "details",
"variableType" : "String",
"documentation" : "The details of the failure (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"Reason" : {
"c2jName" : "reason",
"c2jShape" : "FailureReason",
"deprecated" : false,
"documentation" : "The reason for the failure (if provided).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The reason for the failure (if provided).
\n@return The reason for the failure (if provided).*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "reason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "reason",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Reason",
"setterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The reason for the failure (if provided).
\n@param reason The reason for the failure (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reason",
"variableType" : "String",
"documentation" : "The reason for the failure (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that failed.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that failed.
\n@return The child workflow execution that failed.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that failed.
\n@param workflowExecution The child workflow execution that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that failed.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"shapeName" : "ChildWorkflowExecutionFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionFailedEventAttributes",
"variableName" : "childWorkflowExecutionFailedEventAttributes",
"variableType" : "ChildWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionFailedEventAttributes"
},
"wrapper" : false
},
"ChildWorkflowExecutionStartedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionStartedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ChildWorkflowExecutionStarted
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was started.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was started.
\n@return The child workflow execution that was started.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was started.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was started.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was started.
\n@return The child workflow execution that was started.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was started.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "initiatedEventId" ],
"shapeName" : "ChildWorkflowExecutionStartedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes",
"variableName" : "childWorkflowExecutionStartedEventAttributes",
"variableType" : "ChildWorkflowExecutionStartedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionStartedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes"
},
"wrapper" : false
},
"ChildWorkflowExecutionTerminatedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionTerminatedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ChildWorkflowExecutionTerminated
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was terminated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was terminated.
\n@return The child workflow execution that was terminated.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was terminated.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that was terminated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that was terminated.
\n@return The child workflow execution that was terminated.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was terminated.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"shapeName" : "ChildWorkflowExecutionTerminatedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"variableName" : "childWorkflowExecutionTerminatedEventAttributes",
"variableType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes"
},
"wrapper" : false
},
"ChildWorkflowExecutionTimedOutEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionTimedOutEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ChildWorkflowExecutionTimedOut
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that timed out.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that timed out.
\n@return The child workflow execution that timed out.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that timed out.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "timeoutType",
"c2jShape" : "WorkflowExecutionTimeoutType",
"deprecated" : false,
"documentation" : "The type of the timeout that caused the child workflow execution to time out.
",
"enumType" : "WorkflowExecutionTimeoutType",
"fluentSetterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"getterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@return The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeoutType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeoutType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutType",
"setterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "The type of the timeout that caused the child workflow execution to time out.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InitiatedEventId" : {
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "initiatedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "initiatedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InitiatedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "initiatedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"StartedEventId" : {
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"TimeoutType" : {
"c2jName" : "timeoutType",
"c2jShape" : "WorkflowExecutionTimeoutType",
"deprecated" : false,
"documentation" : "The type of the timeout that caused the child workflow execution to time out.
",
"enumType" : "WorkflowExecutionTimeoutType",
"fluentSetterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"getterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@return The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeoutType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeoutType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeoutType",
"setterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@see WorkflowExecutionTimeoutType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of the timeout that caused the child workflow execution to time out.
\n@param timeoutType The type of the timeout that caused the child workflow execution to time out.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeoutType",
"variableType" : "String",
"documentation" : "The type of the timeout that caused the child workflow execution to time out.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"WorkflowExecution" : {
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"deprecated" : false,
"documentation" : "The child workflow execution that timed out.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The child workflow execution that timed out.
\n@return The child workflow execution that timed out.*/",
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowExecution",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowExecution",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowExecution",
"setterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"simple" : false,
"varargSetterDocumentation" : "/**The child workflow execution that timed out.
\n@param workflowExecution The child workflow execution that timed out.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecution",
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"documentation" : "The child workflow execution that timed out.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"xmlNameSpaceUri" : null
},
"WorkflowType" : {
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"deprecated" : false,
"documentation" : "The type of the child workflow execution.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowType",
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "WorkflowType",
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "workflowExecution", "workflowType", "timeoutType", "initiatedEventId", "startedEventId" ],
"shapeName" : "ChildWorkflowExecutionTimedOutEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChildWorkflowExecutionTimedOutEventAttributes",
"variableName" : "childWorkflowExecutionTimedOutEventAttributes",
"variableType" : "ChildWorkflowExecutionTimedOutEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionTimedOutEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionTimedOutEventAttributes"
},
"wrapper" : false
},
"CloseStatus" : {
"c2jName" : "CloseStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "COMPLETED",
"value" : "COMPLETED"
}, {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "CANCELED",
"value" : "CANCELED"
}, {
"name" : "TERMINATED",
"value" : "TERMINATED"
}, {
"name" : "CONTINUED_AS_NEW",
"value" : "CONTINUED_AS_NEW"
}, {
"name" : "TIMED_OUT",
"value" : "TIMED_OUT"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CloseStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloseStatus",
"variableName" : "closeStatus",
"variableType" : "CloseStatus",
"documentation" : null,
"simpleType" : "CloseStatus",
"variableSetterType" : "CloseStatus"
},
"wrapper" : false
},
"CloseStatusFilter" : {
"c2jName" : "CloseStatusFilter",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Used to filter the closed workflow executions in visibility APIs by their close status.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "status",
"c2jShape" : "CloseStatus",
"deprecated" : false,
"documentation" : "Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Status" : {
"c2jName" : "status",
"c2jShape" : "CloseStatus",
"deprecated" : false,
"documentation" : "Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.
",
"enumType" : "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*/",
"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*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "status" ],
"shapeName" : "CloseStatusFilter",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CloseStatusFilter",
"variableName" : "closeStatusFilter",
"variableType" : "CloseStatusFilter",
"documentation" : null,
"simpleType" : "CloseStatusFilter",
"variableSetterType" : "CloseStatusFilter"
},
"wrapper" : false
},
"CompleteWorkflowExecutionDecisionAttributes" : {
"c2jName" : "CompleteWorkflowExecutionDecisionAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CompleteWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The result of the workflow execution. The form of the result is implementation defined.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@return The result of the workflow execution. The form of the result is implementation defined.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The result of the workflow execution. The form of the result is implementation defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Result" : {
"c2jName" : "result",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The result of the workflow execution. The form of the result is implementation defined.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@return The result of the workflow execution. The form of the result is implementation defined.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The result of the workflow execution. The form of the result is implementation defined.
\n@param result The result of the workflow execution. The form of the result is implementation defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "result",
"variableType" : "String",
"documentation" : "The result of the workflow execution. The form of the result is implementation defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CompleteWorkflowExecutionDecisionAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompleteWorkflowExecutionDecisionAttributes",
"variableName" : "completeWorkflowExecutionDecisionAttributes",
"variableType" : "CompleteWorkflowExecutionDecisionAttributes",
"documentation" : null,
"simpleType" : "CompleteWorkflowExecutionDecisionAttributes",
"variableSetterType" : "CompleteWorkflowExecutionDecisionAttributes"
},
"wrapper" : false
},
"CompleteWorkflowExecutionFailedCause" : {
"c2jName" : "CompleteWorkflowExecutionFailedCause",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "UNHANDLED_DECISION",
"value" : "UNHANDLED_DECISION"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CompleteWorkflowExecutionFailedCause",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompleteWorkflowExecutionFailedCause",
"variableName" : "completeWorkflowExecutionFailedCause",
"variableType" : "CompleteWorkflowExecutionFailedCause",
"documentation" : null,
"simpleType" : "CompleteWorkflowExecutionFailedCause",
"variableSetterType" : "CompleteWorkflowExecutionFailedCause"
},
"wrapper" : false
},
"CompleteWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "CompleteWorkflowExecutionFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the CompleteWorkflowExecutionFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "cause",
"c2jShape" : "CompleteWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "CompleteWorkflowExecutionFailedCause",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Cause" : {
"c2jName" : "cause",
"c2jShape" : "CompleteWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "CompleteWorkflowExecutionFailedCause",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"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.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "cause", "decisionTaskCompletedEventId" ],
"shapeName" : "CompleteWorkflowExecutionFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes",
"variableName" : "completeWorkflowExecutionFailedEventAttributes",
"variableType" : "CompleteWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "CompleteWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes"
},
"wrapper" : false
},
"ContinueAsNewWorkflowExecutionDecisionAttributes" : {
"c2jName" : "ContinueAsNewWorkflowExecutionDecisionAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ContinueAsNewWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. -
tag
: Optional.. A tag used to identify the workflow execution taskList
: String constraint. The key is swf:taskList.name
. workflowType.version
: String constraint. The key is swf:workflowType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The input provided to the new workflow execution.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The input provided to the new workflow execution.
\n@return The input provided to the new workflow execution.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The input provided to the new workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "executionStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@return If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "executionStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExecutionStartToCloseTimeout",
"setterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"documentation" : "If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskList",
"setterDocumentation" : "/**\n@param taskList */",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskPriority",
"setterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "taskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@return Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskStartToCloseTimeout",
"setterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"deprecated" : false,
"documentation" : "If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"enumType" : "ChildPolicy",
"fluentSetterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"getterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@return If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@see ChildPolicy*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "childPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "childPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChildPolicy",
"setterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@see ChildPolicy*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "childPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "childPolicy",
"variableType" : "String",
"documentation" : "If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "tagList",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@return The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "tagList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "tagList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagList",
"setterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "workflowTypeVersion",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowTypeVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowTypeVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowTypeVersion",
"setterDocumentation" : "/**\n@param workflowTypeVersion */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "workflowTypeVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "workflowTypeVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "lambdaRole",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@return The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lambdaRole",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lambdaRole",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LambdaRole",
"setterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lambdaRole",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lambdaRole",
"variableType" : "String",
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChildPolicy" : {
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"deprecated" : false,
"documentation" : "If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"enumType" : "ChildPolicy",
"fluentSetterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"getterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@return If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@see ChildPolicy*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "childPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "childPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ChildPolicy",
"setterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@see ChildPolicy*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "childPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "childPolicy",
"variableType" : "String",
"documentation" : "If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExecutionStartToCloseTimeout" : {
"c2jName" : "executionStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@return If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "executionStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExecutionStartToCloseTimeout",
"setterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"documentation" : "If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout
specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Input" : {
"c2jName" : "input",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The input provided to the new workflow execution.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The input provided to the new workflow execution.
\n@return The input provided to the new workflow execution.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The input provided to the new workflow execution.
\n@param input The input provided to the new workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "input",
"variableType" : "String",
"documentation" : "The input provided to the new workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LambdaRole" : {
"c2jName" : "lambdaRole",
"c2jShape" : "Arn",
"deprecated" : false,
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@return The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "lambdaRole",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "lambdaRole",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LambdaRole",
"setterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "lambdaRole",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "lambdaRole",
"variableType" : "String",
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TagList" : {
"c2jName" : "tagList",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@return The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "tagList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "tagList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "TagList",
"setterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagList",
"variableType" : "java.util.List",
"documentation" : "The list of tags to associate with the new workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"TaskList" : {
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskList",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskList",
"setterDocumentation" : "/**\n@param taskList */",
"setterModel" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param taskList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "TaskList",
"variableName" : "taskList",
"variableType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"xmlNameSpaceUri" : null
},
"TaskPriority" : {
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"deprecated" : false,
"documentation" : "Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskPriority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskPriority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskPriority",
"setterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskPriority",
"variableType" : "String",
"documentation" : "
Optional. The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TaskStartToCloseTimeout" : {
"c2jName" : "taskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"deprecated" : false,
"documentation" : "Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@return Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "taskStartToCloseTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskStartToCloseTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TaskStartToCloseTimeout",
"setterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"documentation" : "Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"WorkflowTypeVersion" : {
"c2jName" : "workflowTypeVersion",
"c2jShape" : "Version",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "workflowTypeVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "workflowTypeVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "WorkflowTypeVersion",
"setterDocumentation" : "/**\n@param workflowTypeVersion */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "workflowTypeVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param workflowTypeVersion \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "workflowTypeVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ContinueAsNewWorkflowExecutionDecisionAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContinueAsNewWorkflowExecutionDecisionAttributes",
"variableName" : "continueAsNewWorkflowExecutionDecisionAttributes",
"variableType" : "ContinueAsNewWorkflowExecutionDecisionAttributes",
"documentation" : null,
"simpleType" : "ContinueAsNewWorkflowExecutionDecisionAttributes",
"variableSetterType" : "ContinueAsNewWorkflowExecutionDecisionAttributes"
},
"wrapper" : false
},
"ContinueAsNewWorkflowExecutionFailedCause" : {
"c2jName" : "ContinueAsNewWorkflowExecutionFailedCause",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "UNHANDLED_DECISION",
"value" : "UNHANDLED_DECISION"
}, {
"name" : "WORKFLOW_TYPE_DEPRECATED",
"value" : "WORKFLOW_TYPE_DEPRECATED"
}, {
"name" : "WORKFLOW_TYPE_DOES_NOT_EXIST",
"value" : "WORKFLOW_TYPE_DOES_NOT_EXIST"
}, {
"name" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
"value" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
}, {
"name" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
"value" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
}, {
"name" : "DEFAULT_TASK_LIST_UNDEFINED",
"value" : "DEFAULT_TASK_LIST_UNDEFINED"
}, {
"name" : "DEFAULT_CHILD_POLICY_UNDEFINED",
"value" : "DEFAULT_CHILD_POLICY_UNDEFINED"
}, {
"name" : "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
"value" : "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ContinueAsNewWorkflowExecutionFailedCause",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedCause",
"variableName" : "continueAsNewWorkflowExecutionFailedCause",
"variableType" : "ContinueAsNewWorkflowExecutionFailedCause",
"documentation" : null,
"simpleType" : "ContinueAsNewWorkflowExecutionFailedCause",
"variableSetterType" : "ContinueAsNewWorkflowExecutionFailedCause"
},
"wrapper" : false
},
"ContinueAsNewWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "ContinueAsNewWorkflowExecutionFailedEventAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides details of the ContinueAsNewWorkflowExecutionFailed
event.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "cause",
"c2jShape" : "ContinueAsNewWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "ContinueAsNewWorkflowExecutionFailedCause",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Cause" : {
"c2jName" : "cause",
"c2jShape" : "ContinueAsNewWorkflowExecutionFailedCause",
"deprecated" : false,
"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. ",
"enumType" : "ContinueAsNewWorkflowExecutionFailedCause",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cause",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cause",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Cause",
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ContinueAsNewWorkflowExecutionFailedCause*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cause",
"variableType" : "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"
},
"xmlNameSpaceUri" : null
},
"DecisionTaskCompletedEventId" : {
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"deprecated" : false,
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "decisionTaskCompletedEventId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DecisionTaskCompletedEventId",
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution
decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "cause", "decisionTaskCompletedEventId" ],
"shapeName" : "ContinueAsNewWorkflowExecutionFailedEventAttributes",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes",
"variableName" : "continueAsNewWorkflowExecutionFailedEventAttributes",
"variableType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "ContinueAsNewWorkflowExecutionFailedEventAttributes"
},
"wrapper" : false
},
"CountClosedWorkflowExecutionsRequest" : {
"c2jName" : "CountClosedWorkflowExecutionsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CountClosedWorkflowExecutions",
"locationName" : null,
"requestUri" : "/",
"target" : "SimpleWorkflowService.CountClosedWorkflowExecutions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "domain",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain containing the workflow executions to count.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain containing the workflow executions to count.
\n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the domain containing the workflow executions to count.
\n@return The name of the domain containing the workflow executions to count.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "domain",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "domain",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Domain",
"setterDocumentation" : "/**The name of the domain containing the workflow executions to count.
\n@param domain The name of the domain containing the workflow executions to count.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domain",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain containing the workflow executions to count.
\n@param domain The name of the domain containing the workflow executions to count.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domain",
"variableType" : "String",
"documentation" : "The name of the domain containing the workflow executions to count.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "startTimeFilter",
"c2jShape" : "ExecutionTimeFilter",
"deprecated" : false,
"documentation" : "If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@return If specified, only workflow executions that meet the start time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.*/",
"getterModel" : {
"returnType" : "ExecutionTimeFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "startTimeFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "startTimeFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StartTimeFilter",
"setterDocumentation" : "/**If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.*/",
"setterModel" : {
"variableDeclarationType" : "ExecutionTimeFilter",
"variableName" : "startTimeFilter",
"variableType" : "ExecutionTimeFilter",
"documentation" : "",
"simpleType" : "ExecutionTimeFilter",
"variableSetterType" : "ExecutionTimeFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param startTimeFilter If specified, only workflow executions that meet the start time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExecutionTimeFilter",
"variableName" : "startTimeFilter",
"variableType" : "ExecutionTimeFilter",
"documentation" : "If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. ",
"simpleType" : "ExecutionTimeFilter",
"variableSetterType" : "ExecutionTimeFilter"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "closeTimeFilter",
"c2jShape" : "ExecutionTimeFilter",
"deprecated" : false,
"documentation" : "If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@return If specified, only workflow executions that meet the close time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.*/",
"getterModel" : {
"returnType" : "ExecutionTimeFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "closeTimeFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "closeTimeFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CloseTimeFilter",
"setterDocumentation" : "/**If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.*/",
"setterModel" : {
"variableDeclarationType" : "ExecutionTimeFilter",
"variableName" : "closeTimeFilter",
"variableType" : "ExecutionTimeFilter",
"documentation" : "",
"simpleType" : "ExecutionTimeFilter",
"variableSetterType" : "ExecutionTimeFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. \n@param closeTimeFilter If specified, only workflow executions that meet the close time criteria of the filter are counted. startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExecutionTimeFilter",
"variableName" : "closeTimeFilter",
"variableType" : "ExecutionTimeFilter",
"documentation" : "If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter
and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both. ",
"simpleType" : "ExecutionTimeFilter",
"variableSetterType" : "ExecutionTimeFilter"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "executionFilter",
"c2jShape" : "WorkflowExecutionFilter",
"deprecated" : false,
"documentation" : "If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param executionFilter If specified, only workflow executions matching the WorkflowId
in the filter are counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@return If specified, only workflow executions matching the WorkflowId
in the filter are counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.*/",
"getterModel" : {
"returnType" : "WorkflowExecutionFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "executionFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "executionFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExecutionFilter",
"setterDocumentation" : "/**If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param executionFilter If specified, only workflow executions matching the WorkflowId
in the filter are counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowExecutionFilter",
"variableName" : "executionFilter",
"variableType" : "WorkflowExecutionFilter",
"documentation" : "",
"simpleType" : "WorkflowExecutionFilter",
"variableSetterType" : "WorkflowExecutionFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param executionFilter If specified, only workflow executions matching the WorkflowId
in the filter are counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowExecutionFilter",
"variableName" : "executionFilter",
"variableType" : "WorkflowExecutionFilter",
"documentation" : "If specified, only workflow executions matching the WorkflowId
in the filter are counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. ",
"simpleType" : "WorkflowExecutionFilter",
"variableSetterType" : "WorkflowExecutionFilter"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "typeFilter",
"c2jShape" : "WorkflowTypeFilter",
"deprecated" : false,
"documentation" : "If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. ",
"enumType" : null,
"fluentSetterDocumentation" : "/**If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param typeFilter If specified, indicates the type of the workflow executions to be counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@return If specified, indicates the type of the workflow executions to be counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.*/",
"getterModel" : {
"returnType" : "WorkflowTypeFilter",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "typeFilter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "typeFilter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TypeFilter",
"setterDocumentation" : "/**If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param typeFilter If specified, indicates the type of the workflow executions to be counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.*/",
"setterModel" : {
"variableDeclarationType" : "WorkflowTypeFilter",
"variableName" : "typeFilter",
"variableType" : "WorkflowTypeFilter",
"documentation" : "",
"simpleType" : "WorkflowTypeFilter",
"variableSetterType" : "WorkflowTypeFilter"
},
"simple" : false,
"varargSetterDocumentation" : "/**If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request. \n@param typeFilter If specified, indicates the type of the workflow executions to be counted. closeStatusFilter
, executionFilter
, typeFilter
and tagFilter
are mutually exclusive. You can specify at most one of these in a request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "WorkflowTypeFilter",
"variableName" : "typeFilter",
"variableType" : "WorkflowTypeFilter",
"documentation" : "If specified, indicates the type of the workflow executions to be counted.