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

models.states-2016-11-23-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Step Functions module holds the client classes that are used for communicating with AWS Step Functions.

There is a newer version: 2.0.0-preview-11
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ {
      "convenienceType" : "software.amazon.awssdk.services.stepfunctions.builder.StateMachine",
      "memberName" : "definition",
      "shapeName" : "CreateStateMachineInput",
      "typeAdapterFqcn" : "software.amazon.awssdk.services.stepfunctions.builder.StateMachineAdapter"
    } ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "deprecatedSuppressions" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificEndpointBuilderClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelsWith" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : true,
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2016-11-23",
    "asyncBuilder" : "DefaultSFNAsyncClientBuilder",
    "asyncBuilderInterface" : "SFNAsyncClientBuilder",
    "asyncClient" : "DefaultSFNAsyncClient",
    "asyncInterface" : "SFNAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSFNBaseClientBuilder",
    "baseBuilderInterface" : "SFNBaseClientBuilder",
    "baseExceptionName" : "SFNException",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "sfn",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "SFNClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "AWS Step Functions 

AWS Step Functions is a web service that enables you to coordinate the components of distributed applications and microservices using visual workflows. You build applications from individual components that each perform a discrete function, or task, allowing you to scale and change applications quickly. Step Functions provides a graphical console to visualize the components of your application as a series of steps. It automatically triggers and tracks each step, and retries when there are errors, so your application executes in order and as expected, every time. Step Functions logs the state of each step, so when things do go wrong, you can diagnose and debug problems quickly.

Step Functions manages the operations and underlying infrastructure for you to ensure your application is available at any scale. You can run tasks on the AWS cloud, on your own servers, or an any system that has access to AWS. Step Functions can be accessed and used with the Step Functions console, the AWS SDKs (included with your Beta release invitation email), or an HTTP API (the subject of this document).

", "endpointPrefix" : "states", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.sfn", "fullModelPackageName" : "software.amazon.awssdk.services.sfn.model", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.sfn.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.sfn.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.sfn.transform", "fullWaitersPackageName" : "software.amazon.awssdk.services.sfn.waiters", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.0", "modelPackageName" : "sfn.model", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "software.amazon.awssdk.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "software.amazon.awssdk.AmazonWebServiceRequest", "requestTransformPackageName" : "sfn.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : "AWS SFN", "serviceFullName" : "AWS Step Functions", "serviceName" : "AWS SFN", "signingName" : "states", "smokeTestsPackageName" : "sfn.smoketests", "syncBuilder" : "DefaultSFNClientBuilder", "syncBuilderInterface" : "SFNClientBuilder", "syncClient" : "DefaultSFNClient", "syncInterface" : "SFNClient", "transformPackageName" : "sfn.transform", "uid" : "states-2016-11-23", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "waitersPackageName" : "sfn.waiters", "xmlProtocol" : false }, "operations" : { "CreateActivity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "CreateActivityResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an activity.

", "exceptions" : [ { "exceptionName" : "ActivityLimitExceededException", "documentation" : "

The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNameException", "documentation" : "

The provided name is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateActivityRequest", "variableName" : "createActivityRequest", "variableType" : "CreateActivityRequest", "documentation" : "", "simpleType" : "CreateActivityRequest", "variableSetterType" : "CreateActivityRequest" }, "inputStreamPropertyName" : null, "methodName" : "createActivity", "operationName" : "CreateActivity", "returnType" : { "returnType" : "CreateActivityResponse", "documentation" : null }, "syncReturnType" : "CreateActivityResponse" }, "CreateStateMachine" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "CreateStateMachineResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a state machine.

", "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidDefinitionException", "documentation" : "

The provided Amazon States Language definition is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNameException", "documentation" : "

The provided name is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineAlreadyExistsException", "documentation" : "

A state machine with the same name but a different definition or role ARN already exists.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineDeletingException", "documentation" : "

The specified state machine is being deleted.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineLimitExceededException", "documentation" : "

The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStateMachineRequest", "variableName" : "createStateMachineRequest", "variableType" : "CreateStateMachineRequest", "documentation" : "", "simpleType" : "CreateStateMachineRequest", "variableSetterType" : "CreateStateMachineRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStateMachine", "operationName" : "CreateStateMachine", "returnType" : { "returnType" : "CreateStateMachineResponse", "documentation" : null }, "syncReturnType" : "CreateStateMachineResponse" }, "DeleteActivity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "DeleteActivityResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an activity.

", "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteActivityRequest", "variableName" : "deleteActivityRequest", "variableType" : "DeleteActivityRequest", "documentation" : "", "simpleType" : "DeleteActivityRequest", "variableSetterType" : "DeleteActivityRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteActivity", "operationName" : "DeleteActivity", "returnType" : { "returnType" : "DeleteActivityResponse", "documentation" : null }, "syncReturnType" : "DeleteActivityResponse" }, "DeleteStateMachine" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "DeleteStateMachineResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a state machine. This is an asynchronous operation-- it sets the state machine's status to \"DELETING\" and begins the delete process.

", "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStateMachineRequest", "variableName" : "deleteStateMachineRequest", "variableType" : "DeleteStateMachineRequest", "documentation" : "", "simpleType" : "DeleteStateMachineRequest", "variableSetterType" : "DeleteStateMachineRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteStateMachine", "operationName" : "DeleteStateMachine", "returnType" : { "returnType" : "DeleteStateMachineResponse", "documentation" : null }, "syncReturnType" : "DeleteStateMachineResponse" }, "DescribeActivity" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "DescribeActivityResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an activity.

", "exceptions" : [ { "exceptionName" : "ActivityDoesNotExistException", "documentation" : "

The specified activity does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeActivityRequest", "variableName" : "describeActivityRequest", "variableType" : "DescribeActivityRequest", "documentation" : "", "simpleType" : "DescribeActivityRequest", "variableSetterType" : "DescribeActivityRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeActivity", "operationName" : "DescribeActivity", "returnType" : { "returnType" : "DescribeActivityResponse", "documentation" : null }, "syncReturnType" : "DescribeActivityResponse" }, "DescribeExecution" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "DescribeExecutionResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an execution.

", "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeExecutionRequest", "variableName" : "describeExecutionRequest", "variableType" : "DescribeExecutionRequest", "documentation" : "", "simpleType" : "DescribeExecutionRequest", "variableSetterType" : "DescribeExecutionRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeExecution", "operationName" : "DescribeExecution", "returnType" : { "returnType" : "DescribeExecutionResponse", "documentation" : null }, "syncReturnType" : "DescribeExecutionResponse" }, "DescribeStateMachine" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "DescribeStateMachineResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes a state machine.

", "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineDoesNotExistException", "documentation" : "

The specified state machine does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStateMachineRequest", "variableName" : "describeStateMachineRequest", "variableType" : "DescribeStateMachineRequest", "documentation" : "", "simpleType" : "DescribeStateMachineRequest", "variableSetterType" : "DescribeStateMachineRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStateMachine", "operationName" : "DescribeStateMachine", "returnType" : { "returnType" : "DescribeStateMachineResponse", "documentation" : null }, "syncReturnType" : "DescribeStateMachineResponse" }, "GetActivityTask" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "GetActivityTaskResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to retrieve a task (with the specified activity ARN) scheduled for execution by a running state machine. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available (i.e. an execution of a task of this type is needed.) 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, that is, the taskToken returned is an empty string.

Workers should set their client side socket timeout to at least 65 seconds (5 seconds higher than the maximum time the service may hold the poll request).

", "exceptions" : [ { "exceptionName" : "ActivityDoesNotExistException", "documentation" : "

The specified activity does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ActivityWorkerLimitExceededException", "documentation" : "

The maximum number of workers concurrently polling for activity tasks has been reached.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetActivityTaskRequest", "variableName" : "getActivityTaskRequest", "variableType" : "GetActivityTaskRequest", "documentation" : "", "simpleType" : "GetActivityTaskRequest", "variableSetterType" : "GetActivityTaskRequest" }, "inputStreamPropertyName" : null, "methodName" : "getActivityTask", "operationName" : "GetActivityTask", "returnType" : { "returnType" : "GetActivityTaskResponse", "documentation" : null }, "syncReturnType" : "GetActivityTaskResponse" }, "GetExecutionHistory" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "GetExecutionHistoryResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.

", "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetExecutionHistoryRequest", "variableName" : "getExecutionHistoryRequest", "variableType" : "GetExecutionHistoryRequest", "documentation" : "", "simpleType" : "GetExecutionHistoryRequest", "variableSetterType" : "GetExecutionHistoryRequest" }, "inputStreamPropertyName" : null, "methodName" : "getExecutionHistory", "operationName" : "GetExecutionHistory", "returnType" : { "returnType" : "GetExecutionHistoryResponse", "documentation" : null }, "syncReturnType" : "GetExecutionHistoryResponse" }, "ListActivities" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "ListActivitiesResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the existing activities. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.

", "exceptions" : [ { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListActivitiesRequest", "variableName" : "listActivitiesRequest", "variableType" : "ListActivitiesRequest", "documentation" : "", "simpleType" : "ListActivitiesRequest", "variableSetterType" : "ListActivitiesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listActivities", "operationName" : "ListActivities", "returnType" : { "returnType" : "ListActivitiesResponse", "documentation" : null }, "syncReturnType" : "ListActivitiesResponse" }, "ListExecutions" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "ListExecutionsResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the executions of a state machine that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.

", "exceptions" : [ { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineDoesNotExistException", "documentation" : "

The specified state machine does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListExecutionsRequest", "variableName" : "listExecutionsRequest", "variableType" : "ListExecutionsRequest", "documentation" : "", "simpleType" : "ListExecutionsRequest", "variableSetterType" : "ListExecutionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listExecutions", "operationName" : "ListExecutions", "returnType" : { "returnType" : "ListExecutionsResponse", "documentation" : null }, "syncReturnType" : "ListExecutionsResponse" }, "ListStateMachines" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "ListStateMachinesResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the existing state machines. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.

", "exceptions" : [ { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListStateMachinesRequest", "variableName" : "listStateMachinesRequest", "variableType" : "ListStateMachinesRequest", "documentation" : "", "simpleType" : "ListStateMachinesRequest", "variableSetterType" : "ListStateMachinesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listStateMachines", "operationName" : "ListStateMachines", "returnType" : { "returnType" : "ListStateMachinesResponse", "documentation" : null }, "syncReturnType" : "ListStateMachinesResponse" }, "SendTaskFailure" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "SendTaskFailureResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to report that the task identified by the taskToken failed.

", "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskFailureRequest", "variableName" : "sendTaskFailureRequest", "variableType" : "SendTaskFailureRequest", "documentation" : "", "simpleType" : "SendTaskFailureRequest", "variableSetterType" : "SendTaskFailureRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendTaskFailure", "operationName" : "SendTaskFailure", "returnType" : { "returnType" : "SendTaskFailureResponse", "documentation" : null }, "syncReturnType" : "SendTaskFailureResponse" }, "SendTaskHeartbeat" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "SendTaskHeartbeatResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to report to the service that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition. This action does not in itself create an event in the execution history. However, if the task times out, the execution history will contain an ActivityTimedOut event.

The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received.

This operation is only useful for long-lived tasks to report the liveliness of the task.

", "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskHeartbeatRequest", "variableName" : "sendTaskHeartbeatRequest", "variableType" : "SendTaskHeartbeatRequest", "documentation" : "", "simpleType" : "SendTaskHeartbeatRequest", "variableSetterType" : "SendTaskHeartbeatRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendTaskHeartbeat", "operationName" : "SendTaskHeartbeat", "returnType" : { "returnType" : "SendTaskHeartbeatResponse", "documentation" : null }, "syncReturnType" : "SendTaskHeartbeatResponse" }, "SendTaskSuccess" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "SendTaskSuccessResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Used by workers to report that the task identified by the taskToken completed successfully.

", "exceptions" : [ { "exceptionName" : "TaskDoesNotExistException", "documentation" : null, "httpStatusCode" : null }, { "exceptionName" : "InvalidOutputException", "documentation" : "

The provided JSON output data is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTokenException", "documentation" : "

The provided token is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "TaskTimedOutException", "documentation" : null, "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "SendTaskSuccessRequest", "variableName" : "sendTaskSuccessRequest", "variableType" : "SendTaskSuccessRequest", "documentation" : "", "simpleType" : "SendTaskSuccessRequest", "variableSetterType" : "SendTaskSuccessRequest" }, "inputStreamPropertyName" : null, "methodName" : "sendTaskSuccess", "operationName" : "SendTaskSuccess", "returnType" : { "returnType" : "SendTaskSuccessResponse", "documentation" : null }, "syncReturnType" : "SendTaskSuccessResponse" }, "StartExecution" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "StartExecutionResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts a state machine execution.

", "exceptions" : [ { "exceptionName" : "ExecutionLimitExceededException", "documentation" : "

The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

", "httpStatusCode" : null }, { "exceptionName" : "ExecutionAlreadyExistsException", "documentation" : "

An execution with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidExecutionInputException", "documentation" : "

The provided JSON input data is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidNameException", "documentation" : "

The provided name is invalid.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineDoesNotExistException", "documentation" : "

The specified state machine does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "StateMachineDeletingException", "documentation" : "

The specified state machine is being deleted.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartExecutionRequest", "variableName" : "startExecutionRequest", "variableType" : "StartExecutionRequest", "documentation" : "", "simpleType" : "StartExecutionRequest", "variableSetterType" : "StartExecutionRequest" }, "inputStreamPropertyName" : null, "methodName" : "startExecution", "operationName" : "StartExecution", "returnType" : { "returnType" : "StartExecutionResponse", "documentation" : null }, "syncReturnType" : "StartExecutionResponse" }, "StopExecution" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "CompletableFuture", "asyncHandlerType" : "software.amazon.awssdk.handlers.AsyncHandler", "asyncReturnType" : "StopExecutionResponse", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops an execution.

", "exceptions" : [ { "exceptionName" : "ExecutionDoesNotExistException", "documentation" : "

The specified execution does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopExecutionRequest", "variableName" : "stopExecutionRequest", "variableType" : "StopExecutionRequest", "documentation" : "", "simpleType" : "StopExecutionRequest", "variableSetterType" : "StopExecutionRequest" }, "inputStreamPropertyName" : null, "methodName" : "stopExecution", "operationName" : "StopExecution", "returnType" : { "returnType" : "StopExecutionResponse", "documentation" : null }, "syncReturnType" : "StopExecutionResponse" } }, "shapes" : { "ActivityDoesNotExistException" : { "c2jName" : "ActivityDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified activity does not exist.

", "enums" : null, "errorCode" : "ActivityDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ActivityDoesNotExistException", "variableName" : "activityDoesNotExistException", "variableType" : "ActivityDoesNotExistException", "documentation" : null, "simpleType" : "ActivityDoesNotExistException", "variableSetterType" : "ActivityDoesNotExistException" }, "wrapper" : false }, "ActivityFailedEventDetails" : { "c2jName" : "ActivityFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : null, "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "wrapper" : false }, "ActivityLimitExceededException" : { "c2jName" : "ActivityLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum number of activities has been reached. Existing activities must be deleted before a new activity can be created.

", "enums" : null, "errorCode" : "ActivityLimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ActivityLimitExceededException", "variableName" : "activityLimitExceededException", "variableType" : "ActivityLimitExceededException", "documentation" : null, "simpleType" : "ActivityLimitExceededException", "variableSetterType" : "ActivityLimitExceededException" }, "wrapper" : false }, "ActivityListItem" : { "c2jName" : "ActivityListItem", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "name", "creationDate" ], "shapeName" : "ActivityListItem", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "activityListItem", "variableType" : "ActivityListItem", "documentation" : null, "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "wrapper" : false }, "ActivityScheduleFailedEventDetails" : { "c2jName" : "ActivityScheduleFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityScheduleFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : null, "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "wrapper" : false }, "ActivityScheduledEventDetails" : { "c2jName" : "ActivityScheduledEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@return The Amazon Resource Name (ARN) of the scheduled activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the activity task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the activity task.

\n@return The JSON data input to the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input 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 JSON data input to the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the activity task.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the activity task.

\n@return The maximum allowed duration of the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "enumType" : null, "fluentGetterMethodName" : "heartbeatInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@return The maximum allowed duration between two heartbeats for the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HeartbeatInSeconds" : { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "enumType" : null, "fluentGetterMethodName" : "heartbeatInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@return The maximum allowed duration between two heartbeats for the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the activity task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the activity task.

\n@return The JSON data input to the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input 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 JSON data input to the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@return The Amazon Resource Name (ARN) of the scheduled activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeoutInSeconds" : { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the activity task.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the activity task.

\n@return The maximum allowed duration of the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@return The Amazon Resource Name (ARN) of the scheduled activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

\n@param resource The Amazon Resource Name (ARN) of the scheduled activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the activity task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the activity task.

\n@return The JSON data input to the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input to the activity task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the activity task.

\n@param input The JSON data input 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 JSON data input to the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the activity task.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the activity task.

\n@return The maximum allowed duration of the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the activity task.

\n@param timeoutInSeconds The maximum allowed duration of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeartbeatInSeconds", "beanStyleSetterMethodName" : "setHeartbeatInSeconds", "c2jName" : "heartbeatInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "enumType" : null, "fluentGetterMethodName" : "heartbeatInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "heartbeatInSeconds", "getterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@return The maximum allowed duration between two heartbeats for the activity task.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "heartbeatInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "heartbeatInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "HeartbeatInSeconds", "setterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.", "setterMethodName" : "setHeartbeatInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration between two heartbeats for the activity task.

\n@param heartbeatInSeconds The maximum allowed duration between two heartbeats for the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "heartbeatInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration between two heartbeats for the activity task.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resource" ], "shapeName" : "ActivityScheduledEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : null, "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "wrapper" : false }, "ActivityStartedEventDetails" : { "c2jName" : "ActivityStartedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@return The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WorkerName" : { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@return The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Identity", "deprecated" : false, "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@return The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

\n@param workerName The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityStartedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : null, "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "wrapper" : false }, "ActivitySucceededEventDetails" : { "c2jName" : "ActivitySucceededEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the activity task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the activity task.

\n@return The JSON data output by the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the activity task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the activity task.

\n@return The JSON data output by the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the activity task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the activity task.

\n@return The JSON data output by the activity task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the activity task.

\n@param output The JSON data output by the activity task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the activity task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivitySucceededEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : null, "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "wrapper" : false }, "ActivityTimedOutEventDetails" : { "c2jName" : "ActivityTimedOutEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityTimedOutEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : null, "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "wrapper" : false }, "ActivityWorkerLimitExceededException" : { "c2jName" : "ActivityWorkerLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum number of workers concurrently polling for activity tasks has been reached.

", "enums" : null, "errorCode" : "ActivityWorkerLimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActivityWorkerLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ActivityWorkerLimitExceededException", "variableName" : "activityWorkerLimitExceededException", "variableType" : "ActivityWorkerLimitExceededException", "documentation" : null, "simpleType" : "ActivityWorkerLimitExceededException", "variableSetterType" : "ActivityWorkerLimitExceededException" }, "wrapper" : false }, "CreateActivityRequest" : { "c2jName" : "CreateActivityInput", "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" : "CreateActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.CreateActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@return The name of the activity to create. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\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 the activity to create. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@return The name of the activity to create. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\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 the activity to create. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@return The name of the activity to create. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity to create. This name must be unique for your AWS account and region.

\n@param name The name of the activity to create. This name must be unique for your AWS account and region.\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 the activity to create. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "CreateActivityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateActivityRequest", "variableName" : "createActivityRequest", "variableType" : "CreateActivityRequest", "documentation" : null, "simpleType" : "CreateActivityRequest", "variableSetterType" : "CreateActivityRequest" }, "wrapper" : false }, "CreateActivityResponse" : { "c2jName" : "CreateActivityOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@return The Amazon Resource Name (ARN) that identifies the created activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@return The Amazon Resource Name (ARN) that identifies the created activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@return The Amazon Resource Name (ARN) that identifies the created activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the created activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "creationDate" ], "shapeName" : "CreateActivityResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateActivityResponse", "variableName" : "createActivityResponse", "variableType" : "CreateActivityResponse", "documentation" : null, "simpleType" : "CreateActivityResponse", "variableSetterType" : "CreateActivityResponse" }, "wrapper" : false }, "CreateStateMachineRequest" : { "c2jName" : "CreateStateMachineInput", "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" : "CreateStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.CreateStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@return The name of the state machine. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\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 the state machine. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@return The name of the state machine. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\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 the state machine. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@return The name of the state machine. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine. This name must be unique for your AWS account and region.

\n@param name The name of the state machine. This name must be unique for your AWS account and region.\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 the state machine. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role to use for this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role to use for this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "definition", "roleArn" ], "shapeName" : "CreateStateMachineRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStateMachineRequest", "variableName" : "createStateMachineRequest", "variableType" : "CreateStateMachineRequest", "documentation" : null, "simpleType" : "CreateStateMachineRequest", "variableSetterType" : "CreateStateMachineRequest" }, "wrapper" : false }, "CreateStateMachineResponse" : { "c2jName" : "CreateStateMachineOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@return The Amazon Resource Name (ARN) that identifies the created state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@return The Amazon Resource Name (ARN) that identifies the created state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@return The Amazon Resource Name (ARN) that identifies the created state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the created state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the created state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "creationDate" ], "shapeName" : "CreateStateMachineResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStateMachineResponse", "variableName" : "createStateMachineResponse", "variableType" : "CreateStateMachineResponse", "documentation" : null, "simpleType" : "CreateStateMachineResponse", "variableSetterType" : "CreateStateMachineResponse" }, "wrapper" : false }, "DeleteActivityRequest" : { "c2jName" : "DeleteActivityInput", "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" : "DeleteActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DeleteActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@return The Amazon Resource Name (ARN) of the activity to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@return The Amazon Resource Name (ARN) of the activity to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@return The Amazon Resource Name (ARN) of the activity to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "DeleteActivityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteActivityRequest", "variableName" : "deleteActivityRequest", "variableType" : "DeleteActivityRequest", "documentation" : null, "simpleType" : "DeleteActivityRequest", "variableSetterType" : "DeleteActivityRequest" }, "wrapper" : false }, "DeleteActivityResponse" : { "c2jName" : "DeleteActivityOutput", "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" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteActivityResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteActivityResponse", "variableName" : "deleteActivityResponse", "variableType" : "DeleteActivityResponse", "documentation" : null, "simpleType" : "DeleteActivityResponse", "variableSetterType" : "DeleteActivityResponse" }, "wrapper" : false }, "DeleteStateMachineRequest" : { "c2jName" : "DeleteStateMachineInput", "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" : "DeleteStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DeleteStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@return The Amazon Resource Name (ARN) of the state machine to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@return The Amazon Resource Name (ARN) of the state machine to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@return The Amazon Resource Name (ARN) of the state machine to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "DeleteStateMachineRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStateMachineRequest", "variableName" : "deleteStateMachineRequest", "variableType" : "DeleteStateMachineRequest", "documentation" : null, "simpleType" : "DeleteStateMachineRequest", "variableSetterType" : "DeleteStateMachineRequest" }, "wrapper" : false }, "DeleteStateMachineResponse" : { "c2jName" : "DeleteStateMachineOutput", "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" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStateMachineResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStateMachineResponse", "variableName" : "deleteStateMachineResponse", "variableType" : "DeleteStateMachineResponse", "documentation" : null, "simpleType" : "DeleteStateMachineResponse", "variableSetterType" : "DeleteStateMachineResponse" }, "wrapper" : false }, "DescribeActivityRequest" : { "c2jName" : "DescribeActivityInput", "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" : "DescribeActivity", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeActivity", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@return The Amazon Resource Name (ARN) of the activity to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@return The Amazon Resource Name (ARN) of the activity to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@return The Amazon Resource Name (ARN) of the activity to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "DescribeActivityRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeActivityRequest", "variableName" : "describeActivityRequest", "variableType" : "DescribeActivityRequest", "documentation" : null, "simpleType" : "DescribeActivityRequest", "variableSetterType" : "DescribeActivityRequest" }, "wrapper" : false }, "DescribeActivityResponse" : { "c2jName" : "DescribeActivityOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@return The Amazon Resource Name (ARN) that identifies the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

\n@param activityArn The Amazon Resource Name (ARN) that identifies the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the activity.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the activity.

\n@return The name of the activity.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the activity.

\n@param name The name of the activity.\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 the activity.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the activity was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the activity was created.

\n@return The date the activity was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the activity was created.

\n@param creationDate The date the activity was created.\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 the activity was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn", "name", "creationDate" ], "shapeName" : "DescribeActivityResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeActivityResponse", "variableName" : "describeActivityResponse", "variableType" : "DescribeActivityResponse", "documentation" : null, "simpleType" : "DescribeActivityResponse", "variableSetterType" : "DescribeActivityResponse" }, "wrapper" : false }, "DescribeExecutionRequest" : { "c2jName" : "DescribeExecutionInput", "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" : "DescribeExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@return The Amazon Resource Name (ARN) of the execution to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@return The Amazon Resource Name (ARN) of the execution to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@return The Amazon Resource Name (ARN) of the execution to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "DescribeExecutionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExecutionRequest", "variableName" : "describeExecutionRequest", "variableType" : "DescribeExecutionRequest", "documentation" : null, "simpleType" : "DescribeExecutionRequest", "variableSetterType" : "DescribeExecutionRequest" }, "wrapper" : false }, "DescribeExecutionResponse" : { "c2jName" : "DescribeExecutionOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@return The Amazon Resource Name (ARN) of the executed stated machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution has already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@return If the execution has already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution has already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data of the execution.

\n@return The JSON input data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the 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 JSON input data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the execution.

\n@return The JSON output data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data of the execution.

\n@return The JSON input data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the 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 JSON input data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the execution.

\n@return The JSON output data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@return The Amazon Resource Name (ARN) of the executed stated machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution has already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@return If the execution has already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution has already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@return The Amazon Resource Name (ARN) of the executed stated machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed stated machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed stated machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution has already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@return If the execution has already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution has already ended, the date the execution stopped.

\n@param stopDate If the execution has already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution has already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data of the execution.

\n@return The JSON input data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data of the execution.

\n@param input The JSON input data of the 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 JSON input data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the execution.

\n@return The JSON output data of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the execution.

\n@param output The JSON output data of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "stateMachineArn", "status", "startDate", "input" ], "shapeName" : "DescribeExecutionResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeExecutionResponse", "variableName" : "describeExecutionResponse", "variableType" : "DescribeExecutionResponse", "documentation" : null, "simpleType" : "DescribeExecutionResponse", "variableSetterType" : "DescribeExecutionResponse" }, "wrapper" : false }, "DescribeStateMachineRequest" : { "c2jName" : "DescribeStateMachineInput", "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" : "DescribeStateMachine", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.DescribeStateMachine", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@return The Amazon Resource Name (ARN) of the state machine to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@return The Amazon Resource Name (ARN) of the state machine to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@return The Amazon Resource Name (ARN) of the state machine to describe.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "DescribeStateMachineRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStateMachineRequest", "variableName" : "describeStateMachineRequest", "variableType" : "DescribeStateMachineRequest", "documentation" : null, "simpleType" : "DescribeStateMachineRequest", "variableSetterType" : "DescribeStateMachineRequest" }, "wrapper" : false }, "DescribeStateMachineResponse" : { "c2jName" : "DescribeStateMachineOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "deprecated" : false, "documentation" : "

The current status of the state machine.

", "enumType" : "StateMachineStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the state machine.

\n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@see StateMachineStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Definition" : { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "deprecated" : false, "documentation" : "

The current status of the state machine.

", "enumType" : "StateMachineStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the state machine.

\n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@see StateMachineStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "StateMachineStatus", "deprecated" : false, "documentation" : "

The current status of the state machine.

", "enumType" : "StateMachineStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the state machine.

\n@return The current status of the state machine.\n@see StateMachineStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@see StateMachineStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the state machine.

\n@param status The current status of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StateMachineStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDefinition", "beanStyleSetterMethodName" : "setDefinition", "c2jName" : "definition", "c2jShape" : "Definition", "deprecated" : false, "documentation" : "

The Amazon States Language definition of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "definition", "fluentSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "definition", "getterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@return The Amazon States Language definition of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "definition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "definition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Definition", "setterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.", "setterMethodName" : "setDefinition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon States Language definition of the state machine.

\n@param definition The Amazon States Language definition of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "definition", "variableType" : "String", "documentation" : "

The Amazon States Language definition of the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing this state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "name", "definition", "roleArn", "creationDate" ], "shapeName" : "DescribeStateMachineResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStateMachineResponse", "variableName" : "describeStateMachineResponse", "variableType" : "DescribeStateMachineResponse", "documentation" : null, "simpleType" : "DescribeStateMachineResponse", "variableSetterType" : "DescribeStateMachineResponse" }, "wrapper" : false }, "ExecutionAbortedEventDetails" : { "c2jName" : "ExecutionAbortedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionAbortedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : null, "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "wrapper" : false }, "ExecutionAlreadyExistsException" : { "c2jName" : "ExecutionAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An execution with the same name already exists.

", "enums" : null, "errorCode" : "ExecutionAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecutionAlreadyExistsException", "variableName" : "executionAlreadyExistsException", "variableType" : "ExecutionAlreadyExistsException", "documentation" : null, "simpleType" : "ExecutionAlreadyExistsException", "variableSetterType" : "ExecutionAlreadyExistsException" }, "wrapper" : false }, "ExecutionDoesNotExistException" : { "c2jName" : "ExecutionDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified execution does not exist.

", "enums" : null, "errorCode" : "ExecutionDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecutionDoesNotExistException", "variableName" : "executionDoesNotExistException", "variableType" : "ExecutionDoesNotExistException", "documentation" : null, "simpleType" : "ExecutionDoesNotExistException", "variableSetterType" : "ExecutionDoesNotExistException" }, "wrapper" : false }, "ExecutionFailedEventDetails" : { "c2jName" : "ExecutionFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : null, "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "wrapper" : false }, "ExecutionLimitExceededException" : { "c2jName" : "ExecutionLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

", "enums" : null, "errorCode" : "ExecutionLimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExecutionLimitExceededException", "variableName" : "executionLimitExceededException", "variableType" : "ExecutionLimitExceededException", "documentation" : null, "simpleType" : "ExecutionLimitExceededException", "variableSetterType" : "ExecutionLimitExceededException" }, "wrapper" : false }, "ExecutionListItem" : { "c2jName" : "ExecutionListItem", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@return The Amazon Resource Name (ARN) of the executed state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution started.

\n@return The date the execution started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@return If the execution already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution started.

\n@return The date the execution started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@return The Amazon Resource Name (ARN) of the executed state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@return If the execution already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@return The Amazon Resource Name (ARN) of the executed state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the executed state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the executed state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution.

\n@return The name of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution.

\n@param name The name of the execution.\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 the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

The current status of the execution.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current status of the execution.

\n@return The current status of the execution.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@see ExecutionStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The current status of the execution.

\n@param status The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The current status of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution started.

\n@return The date the execution started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution started.

\n@param startDate The date the execution started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

If the execution already ended, the date the execution stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@return If the execution already ended, the date the execution stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

If the execution already ended, the date the execution stopped.

\n@param stopDate If the execution already ended, the date the execution stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

If the execution already ended, the date the execution stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "stateMachineArn", "name", "status", "startDate" ], "shapeName" : "ExecutionListItem", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "executionListItem", "variableType" : "ExecutionListItem", "documentation" : null, "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "wrapper" : false }, "ExecutionStartedEventDetails" : { "c2jName" : "ExecutionStartedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the execution.

\n@return The JSON data input to the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the 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 JSON data input to the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the execution.

\n@return The JSON data input to the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the 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 JSON data input to the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the execution.

\n@return The JSON data input to the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the execution.

\n@param input The JSON data input to the 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 JSON data input to the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "enumType" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@return The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

\n@param roleArn The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionStartedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : null, "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "wrapper" : false }, "ExecutionStatus" : { "c2jName" : "ExecutionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "TIMED_OUT", "value" : "TIMED_OUT" }, { "name" : "ABORTED", "value" : "ABORTED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionStatus", "variableName" : "executionStatus", "variableType" : "ExecutionStatus", "documentation" : null, "simpleType" : "ExecutionStatus", "variableSetterType" : "ExecutionStatus" }, "wrapper" : false }, "ExecutionSucceededEventDetails" : { "c2jName" : "ExecutionSucceededEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the execution.

\n@return The JSON data output by the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the execution.

\n@return The JSON data output by the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the execution.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the execution.

\n@return The JSON data output by the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the execution.

\n@param output The JSON data output by the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionSucceededEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : null, "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "wrapper" : false }, "ExecutionTimedOutEventDetails" : { "c2jName" : "ExecutionTimedOutEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExecutionTimedOutEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : null, "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "wrapper" : false }, "GetActivityTaskRequest" : { "c2jName" : "GetActivityTaskInput", "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" : "GetActivityTask", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.GetActivityTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@return An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityArn" : { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "WorkerName" : { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@return An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivityArn", "beanStyleSetterMethodName" : "setActivityArn", "c2jName" : "activityArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "enumType" : null, "fluentGetterMethodName" : "activityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@return The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActivityArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.", "setterMethodName" : "setActivityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

\n@param activityArn The Amazon Resource Name (ARN) of the activity to retrieve tasks from.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "activityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the activity to retrieve tasks from.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWorkerName", "beanStyleSetterMethodName" : "setWorkerName", "c2jName" : "workerName", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "enumType" : null, "fluentGetterMethodName" : "workerName", "fluentSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "workerName", "getterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@return An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "workerName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "workerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "WorkerName", "setterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.", "setterMethodName" : "setWorkerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

\n@param workerName An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "workerName", "variableType" : "String", "documentation" : "

An arbitrary name may be provided in order to identify the worker that the task is assigned to. This name will be used when it is logged in the execution history.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activityArn" ], "shapeName" : "GetActivityTaskRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetActivityTaskRequest", "variableName" : "getActivityTaskRequest", "variableType" : "GetActivityTaskRequest", "documentation" : null, "simpleType" : "GetActivityTaskRequest", "variableSetterType" : "GetActivityTaskRequest" }, "wrapper" : false }, "GetActivityTaskResponse" : { "c2jName" : "GetActivityTaskOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of 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" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the task.

\n@return The JSON input data for the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the 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 JSON input data for the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the task.

\n@return The JSON input data for the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the 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 JSON input data for the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of 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" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@return A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

\n@param taskToken A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of 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" : "

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the task.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the task.

\n@return The JSON input data for the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the task.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the task.

\n@param input The JSON input data for the 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 JSON input data for the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetActivityTaskResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetActivityTaskResponse", "variableName" : "getActivityTaskResponse", "variableType" : "GetActivityTaskResponse", "documentation" : null, "simpleType" : "GetActivityTaskResponse", "variableSetterType" : "GetActivityTaskResponse" }, "wrapper" : false }, "GetExecutionHistoryRequest" : { "c2jName" : "GetExecutionHistoryInput", "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" : "GetExecutionHistory", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.GetExecutionHistory", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@return The Amazon Resource Name (ARN) of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "deprecated" : false, "documentation" : "

Lists events in descending order of their timeStamp.

", "enumType" : null, "fluentGetterMethodName" : "reverseOrder", "fluentSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@return Lists events in descending order of their timeStamp.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

Lists events in descending order of their timeStamp.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@return The Amazon Resource Name (ARN) of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ReverseOrder" : { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "deprecated" : false, "documentation" : "

Lists events in descending order of their timeStamp.

", "enumType" : null, "fluentGetterMethodName" : "reverseOrder", "fluentSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@return Lists events in descending order of their timeStamp.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

Lists events in descending order of their timeStamp.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@return The Amazon Resource Name (ARN) of the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution.

\n@param executionArn The Amazon Resource Name (ARN) of the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getReverseOrder", "beanStyleSetterMethodName" : "setReverseOrder", "c2jName" : "reverseOrder", "c2jShape" : "ReverseOrder", "deprecated" : false, "documentation" : "

Lists events in descending order of their timeStamp.

", "enumType" : null, "fluentGetterMethodName" : "reverseOrder", "fluentSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "reverseOrder", "getterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@return Lists events in descending order of their timeStamp.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "reverseOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "reverseOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "ReverseOrder", "setterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.", "setterMethodName" : "setReverseOrder", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "

Lists events in descending order of their timeStamp.

\n@param reverseOrder Lists events in descending order of their timeStamp.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "reverseOrder", "variableType" : "Boolean", "documentation" : "

Lists events in descending order of their timeStamp.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "GetExecutionHistoryRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetExecutionHistoryRequest", "variableName" : "getExecutionHistoryRequest", "variableType" : "GetExecutionHistoryRequest", "documentation" : null, "simpleType" : "GetExecutionHistoryRequest", "variableSetterType" : "GetExecutionHistoryRequest" }, "wrapper" : false }, "GetExecutionHistoryResponse" : { "c2jName" : "GetExecutionHistoryOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "deprecated" : false, "documentation" : "

The list of events that occurred in the execution.

", "enumType" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The list of events that occurred in the execution.

\n@return The list of events that occurred in the execution.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HistoryEvent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of events that occurred in the execution.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The list of events that occurred in the execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "deprecated" : false, "documentation" : "

The list of events that occurred in the execution.

", "enumType" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The list of events that occurred in the execution.

\n@return The list of events that occurred in the execution.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HistoryEvent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of events that occurred in the execution.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The list of events that occurred in the execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "HistoryEventList", "deprecated" : false, "documentation" : "

The list of events that occurred in the execution.

", "enumType" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The list of events that occurred in the execution.

\n@return The list of events that occurred in the execution.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HistoryEvent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "HistoryEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "member", "variableType" : "HistoryEvent", "documentation" : "", "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HistoryEvent", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "HistoryEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Events", "setterDocumentation" : "

The list of events that occurred in the execution.

\n@param events The list of events that occurred in the execution.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of events that occurred in the execution.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

\n@param events The list of events that occurred in the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The list of events that occurred in the execution.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "events" ], "shapeName" : "GetExecutionHistoryResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetExecutionHistoryResponse", "variableName" : "getExecutionHistoryResponse", "variableType" : "GetExecutionHistoryResponse", "documentation" : null, "simpleType" : "GetExecutionHistoryResponse", "variableSetterType" : "GetExecutionHistoryResponse" }, "wrapper" : false }, "HistoryEvent" : { "c2jName" : "HistoryEvent", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the event occured.

", "enumType" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date the event occured.

\n@return The date the event occured.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Timestamp", "setterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

The date the event occured.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "deprecated" : false, "documentation" : "

The type of the event.

", "enumType" : "HistoryEventType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of the event.

\n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@return The id of the event. Events are numbered sequentially, starting at one.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviousEventId", "beanStyleSetterMethodName" : "setPreviousEventId", "c2jName" : "previousEventId", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the previous event.

", "enumType" : null, "fluentGetterMethodName" : "previousEventId", "fluentSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

The id of the previous event.

\n@return The id of the previous event.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

The id of the previous event.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityFailedEventDetails", "beanStyleSetterMethodName" : "setActivityFailedEventDetails", "c2jName" : "activityFailedEventDetails", "c2jShape" : "ActivityFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityFailedEventDetails", "setterDocumentation" : "\n@param activityFailedEventDetails ", "setterMethodName" : "setActivityFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setActivityScheduleFailedEventDetails", "c2jName" : "activityScheduleFailedEventDetails", "c2jShape" : "ActivityScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "\n@param activityScheduleFailedEventDetails ", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "\n@param activityScheduledEventDetails ", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "\n@param activityStartedEventDetails ", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "\n@param activitySucceededEventDetails ", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "\n@param activityTimedOutEventDetails ", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "\n@param executionFailedEventDetails ", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "\n@param executionStartedEventDetails ", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "\n@param executionSucceededEventDetails ", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "\n@param executionAbortedEventDetails ", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "\n@param executionTimedOutEventDetails ", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionFailedEventDetails", "c2jName" : "lambdaFunctionFailedEventDetails", "c2jShape" : "LambdaFunctionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionFailedEventDetails ", "setterMethodName" : "setLambdaFunctionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "c2jName" : "lambdaFunctionScheduleFailedEventDetails", "c2jShape" : "LambdaFunctionScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduleFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails ", "setterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduledEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduledEventDetails", "c2jName" : "lambdaFunctionScheduledEventDetails", "c2jShape" : "LambdaFunctionScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduledEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduledEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails ", "setterMethodName" : "setLambdaFunctionScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionStartFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionStartFailedEventDetails", "c2jName" : "lambdaFunctionStartFailedEventDetails", "c2jShape" : "LambdaFunctionStartFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionStartFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails ", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails ", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionTimedOutEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionTimedOutEventDetails", "c2jName" : "lambdaFunctionTimedOutEventDetails", "c2jShape" : "LambdaFunctionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionTimedOutEventDetails", "setterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails ", "setterMethodName" : "setLambdaFunctionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateEnteredEventDetails", "setterDocumentation" : "\n@param stateEnteredEventDetails ", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateExitedEventDetails", "setterDocumentation" : "\n@param stateExitedEventDetails ", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActivityFailedEventDetails" : { "beanStyleGetterMethodName" : "getActivityFailedEventDetails", "beanStyleSetterMethodName" : "setActivityFailedEventDetails", "c2jName" : "activityFailedEventDetails", "c2jShape" : "ActivityFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityFailedEventDetails", "setterDocumentation" : "\n@param activityFailedEventDetails ", "setterMethodName" : "setActivityFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityScheduleFailedEventDetails" : { "beanStyleGetterMethodName" : "getActivityScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setActivityScheduleFailedEventDetails", "c2jName" : "activityScheduleFailedEventDetails", "c2jShape" : "ActivityScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "\n@param activityScheduleFailedEventDetails ", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityScheduledEventDetails" : { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "\n@param activityScheduledEventDetails ", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityStartedEventDetails" : { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "\n@param activityStartedEventDetails ", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, "ActivitySucceededEventDetails" : { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "\n@param activitySucceededEventDetails ", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, "ActivityTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "\n@param activityTimedOutEventDetails ", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionAbortedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "\n@param executionAbortedEventDetails ", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionFailedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "\n@param executionFailedEventDetails ", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionStartedEventDetails" : { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "\n@param executionStartedEventDetails ", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionSucceededEventDetails" : { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "\n@param executionSucceededEventDetails ", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, "ExecutionTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "\n@param executionTimedOutEventDetails ", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@return The id of the event. Events are numbered sequentially, starting at one.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "LambdaFunctionFailedEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionFailedEventDetails", "c2jName" : "lambdaFunctionFailedEventDetails", "c2jShape" : "LambdaFunctionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionFailedEventDetails ", "setterMethodName" : "setLambdaFunctionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionScheduleFailedEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "c2jName" : "lambdaFunctionScheduleFailedEventDetails", "c2jShape" : "LambdaFunctionScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduleFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails ", "setterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionScheduledEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionScheduledEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduledEventDetails", "c2jName" : "lambdaFunctionScheduledEventDetails", "c2jShape" : "LambdaFunctionScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduledEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduledEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails ", "setterMethodName" : "setLambdaFunctionScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionStartFailedEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionStartFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionStartFailedEventDetails", "c2jName" : "lambdaFunctionStartFailedEventDetails", "c2jShape" : "LambdaFunctionStartFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionStartFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails ", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionSucceededEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails ", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, "LambdaFunctionTimedOutEventDetails" : { "beanStyleGetterMethodName" : "getLambdaFunctionTimedOutEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionTimedOutEventDetails", "c2jName" : "lambdaFunctionTimedOutEventDetails", "c2jShape" : "LambdaFunctionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionTimedOutEventDetails", "setterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails ", "setterMethodName" : "setLambdaFunctionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, "PreviousEventId" : { "beanStyleGetterMethodName" : "getPreviousEventId", "beanStyleSetterMethodName" : "setPreviousEventId", "c2jName" : "previousEventId", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the previous event.

", "enumType" : null, "fluentGetterMethodName" : "previousEventId", "fluentSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

The id of the previous event.

\n@return The id of the previous event.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

The id of the previous event.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "StateEnteredEventDetails" : { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateEnteredEventDetails", "setterDocumentation" : "\n@param stateEnteredEventDetails ", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, "StateExitedEventDetails" : { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateExitedEventDetails", "setterDocumentation" : "\n@param stateExitedEventDetails ", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the event occured.

", "enumType" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date the event occured.

\n@return The date the event occured.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Timestamp", "setterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

The date the event occured.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "deprecated" : false, "documentation" : "

The type of the event.

", "enumType" : "HistoryEventType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of the event.

\n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the event occured.

", "enumType" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The date the event occured.

\n@return The date the event occured.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Timestamp", "setterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the event occured.

\n@param timestamp The date the event occured.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timestamp", "variableType" : "java.util.Date", "documentation" : "

The date the event occured.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "HistoryEventType", "deprecated" : false, "documentation" : "

The type of the event.

", "enumType" : "HistoryEventType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of the event.

\n@return The type of the event.\n@see HistoryEventType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@see HistoryEventType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The type of the event.

\n@param type The type of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see HistoryEventType", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@return The id of the event. Events are numbered sequentially, starting at one.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Id", "setterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the event. Events are numbered sequentially, starting at one.

\n@param id The id of the event. Events are numbered sequentially, starting at one.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "id", "variableType" : "Long", "documentation" : "

The id of the event. Events are numbered sequentially, starting at one.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPreviousEventId", "beanStyleSetterMethodName" : "setPreviousEventId", "c2jName" : "previousEventId", "c2jShape" : "EventId", "deprecated" : false, "documentation" : "

The id of the previous event.

", "enumType" : null, "fluentGetterMethodName" : "previousEventId", "fluentSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "previousEventId", "getterDocumentation" : "

The id of the previous event.

\n@return The id of the previous event.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "previousEventId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "previousEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "PreviousEventId", "setterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.", "setterMethodName" : "setPreviousEventId", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The id of the previous event.

\n@param previousEventId The id of the previous event.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "previousEventId", "variableType" : "Long", "documentation" : "

The id of the previous event.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityFailedEventDetails", "beanStyleSetterMethodName" : "setActivityFailedEventDetails", "c2jName" : "activityFailedEventDetails", "c2jShape" : "ActivityFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityFailedEventDetails", "setterDocumentation" : "\n@param activityFailedEventDetails ", "setterMethodName" : "setActivityFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityFailedEventDetails", "variableName" : "activityFailedEventDetails", "variableType" : "ActivityFailedEventDetails", "documentation" : "", "simpleType" : "ActivityFailedEventDetails", "variableSetterType" : "ActivityFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setActivityScheduleFailedEventDetails", "c2jName" : "activityScheduleFailedEventDetails", "c2jShape" : "ActivityScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduleFailedEventDetails", "setterDocumentation" : "\n@param activityScheduleFailedEventDetails ", "setterMethodName" : "setActivityScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduleFailedEventDetails", "variableName" : "activityScheduleFailedEventDetails", "variableType" : "ActivityScheduleFailedEventDetails", "documentation" : "", "simpleType" : "ActivityScheduleFailedEventDetails", "variableSetterType" : "ActivityScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityScheduledEventDetails", "beanStyleSetterMethodName" : "setActivityScheduledEventDetails", "c2jName" : "activityScheduledEventDetails", "c2jShape" : "ActivityScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityScheduledEventDetails", "fluentSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityScheduledEventDetails", "setterDocumentation" : "\n@param activityScheduledEventDetails ", "setterMethodName" : "setActivityScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityScheduledEventDetails", "variableName" : "activityScheduledEventDetails", "variableType" : "ActivityScheduledEventDetails", "documentation" : "", "simpleType" : "ActivityScheduledEventDetails", "variableSetterType" : "ActivityScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityStartedEventDetails", "beanStyleSetterMethodName" : "setActivityStartedEventDetails", "c2jName" : "activityStartedEventDetails", "c2jShape" : "ActivityStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityStartedEventDetails", "fluentSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityStartedEventDetails", "setterDocumentation" : "\n@param activityStartedEventDetails ", "setterMethodName" : "setActivityStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityStartedEventDetails", "variableName" : "activityStartedEventDetails", "variableType" : "ActivityStartedEventDetails", "documentation" : "", "simpleType" : "ActivityStartedEventDetails", "variableSetterType" : "ActivityStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivitySucceededEventDetails", "beanStyleSetterMethodName" : "setActivitySucceededEventDetails", "c2jName" : "activitySucceededEventDetails", "c2jShape" : "ActivitySucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activitySucceededEventDetails", "fluentSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activitySucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivitySucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activitySucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activitySucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivitySucceededEventDetails", "setterDocumentation" : "\n@param activitySucceededEventDetails ", "setterMethodName" : "setActivitySucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activitySucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivitySucceededEventDetails", "variableName" : "activitySucceededEventDetails", "variableType" : "ActivitySucceededEventDetails", "documentation" : "", "simpleType" : "ActivitySucceededEventDetails", "variableSetterType" : "ActivitySucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getActivityTimedOutEventDetails", "beanStyleSetterMethodName" : "setActivityTimedOutEventDetails", "c2jName" : "activityTimedOutEventDetails", "c2jShape" : "ActivityTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "activityTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activityTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activityTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activityTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ActivityTimedOutEventDetails", "setterDocumentation" : "\n@param activityTimedOutEventDetails ", "setterMethodName" : "setActivityTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param activityTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityTimedOutEventDetails", "variableName" : "activityTimedOutEventDetails", "variableType" : "ActivityTimedOutEventDetails", "documentation" : "", "simpleType" : "ActivityTimedOutEventDetails", "variableSetterType" : "ActivityTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionFailedEventDetails", "beanStyleSetterMethodName" : "setExecutionFailedEventDetails", "c2jName" : "executionFailedEventDetails", "c2jShape" : "ExecutionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionFailedEventDetails", "fluentSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionFailedEventDetails", "setterDocumentation" : "\n@param executionFailedEventDetails ", "setterMethodName" : "setExecutionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionFailedEventDetails", "variableName" : "executionFailedEventDetails", "variableType" : "ExecutionFailedEventDetails", "documentation" : "", "simpleType" : "ExecutionFailedEventDetails", "variableSetterType" : "ExecutionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionStartedEventDetails", "beanStyleSetterMethodName" : "setExecutionStartedEventDetails", "c2jName" : "executionStartedEventDetails", "c2jShape" : "ExecutionStartedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionStartedEventDetails", "fluentSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionStartedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionStartedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionStartedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionStartedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionStartedEventDetails", "setterDocumentation" : "\n@param executionStartedEventDetails ", "setterMethodName" : "setExecutionStartedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionStartedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionStartedEventDetails", "variableName" : "executionStartedEventDetails", "variableType" : "ExecutionStartedEventDetails", "documentation" : "", "simpleType" : "ExecutionStartedEventDetails", "variableSetterType" : "ExecutionStartedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionSucceededEventDetails", "beanStyleSetterMethodName" : "setExecutionSucceededEventDetails", "c2jName" : "executionSucceededEventDetails", "c2jShape" : "ExecutionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionSucceededEventDetails", "setterDocumentation" : "\n@param executionSucceededEventDetails ", "setterMethodName" : "setExecutionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionSucceededEventDetails", "variableName" : "executionSucceededEventDetails", "variableType" : "ExecutionSucceededEventDetails", "documentation" : "", "simpleType" : "ExecutionSucceededEventDetails", "variableSetterType" : "ExecutionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionAbortedEventDetails", "beanStyleSetterMethodName" : "setExecutionAbortedEventDetails", "c2jName" : "executionAbortedEventDetails", "c2jShape" : "ExecutionAbortedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionAbortedEventDetails", "fluentSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionAbortedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionAbortedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionAbortedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionAbortedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionAbortedEventDetails", "setterDocumentation" : "\n@param executionAbortedEventDetails ", "setterMethodName" : "setExecutionAbortedEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionAbortedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionAbortedEventDetails", "variableName" : "executionAbortedEventDetails", "variableType" : "ExecutionAbortedEventDetails", "documentation" : "", "simpleType" : "ExecutionAbortedEventDetails", "variableSetterType" : "ExecutionAbortedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExecutionTimedOutEventDetails", "beanStyleSetterMethodName" : "setExecutionTimedOutEventDetails", "c2jName" : "executionTimedOutEventDetails", "c2jShape" : "ExecutionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "executionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ExecutionTimedOutEventDetails", "setterDocumentation" : "\n@param executionTimedOutEventDetails ", "setterMethodName" : "setExecutionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param executionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionTimedOutEventDetails", "variableName" : "executionTimedOutEventDetails", "variableType" : "ExecutionTimedOutEventDetails", "documentation" : "", "simpleType" : "ExecutionTimedOutEventDetails", "variableSetterType" : "ExecutionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionFailedEventDetails", "c2jName" : "lambdaFunctionFailedEventDetails", "c2jShape" : "LambdaFunctionFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionFailedEventDetails ", "setterMethodName" : "setLambdaFunctionFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduleFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "c2jName" : "lambdaFunctionScheduleFailedEventDetails", "c2jShape" : "LambdaFunctionScheduleFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduleFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduleFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduleFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails ", "setterMethodName" : "setLambdaFunctionScheduleFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduleFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionScheduledEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionScheduledEventDetails", "c2jName" : "lambdaFunctionScheduledEventDetails", "c2jShape" : "LambdaFunctionScheduledEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionScheduledEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionScheduledEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionScheduledEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionScheduledEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionScheduledEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionScheduledEventDetails", "setterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails ", "setterMethodName" : "setLambdaFunctionScheduledEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionScheduledEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionStartFailedEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionStartFailedEventDetails", "c2jName" : "lambdaFunctionStartFailedEventDetails", "c2jShape" : "LambdaFunctionStartFailedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionStartFailedEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionStartFailedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionStartFailedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionStartFailedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionStartFailedEventDetails", "setterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails ", "setterMethodName" : "setLambdaFunctionStartFailedEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionStartFailedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionSucceededEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionSucceededEventDetails", "c2jName" : "lambdaFunctionSucceededEventDetails", "c2jShape" : "LambdaFunctionSucceededEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionSucceededEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionSucceededEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionSucceededEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionSucceededEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionSucceededEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionSucceededEventDetails", "setterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails ", "setterMethodName" : "setLambdaFunctionSucceededEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionSucceededEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLambdaFunctionTimedOutEventDetails", "beanStyleSetterMethodName" : "setLambdaFunctionTimedOutEventDetails", "c2jName" : "lambdaFunctionTimedOutEventDetails", "c2jShape" : "LambdaFunctionTimedOutEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "lambdaFunctionTimedOutEventDetails", "fluentSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lambdaFunctionTimedOutEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lambdaFunctionTimedOutEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "lambdaFunctionTimedOutEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "LambdaFunctionTimedOutEventDetails", "setterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails ", "setterMethodName" : "setLambdaFunctionTimedOutEventDetails", "setterModel" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param lambdaFunctionTimedOutEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : "", "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEnteredEventDetails", "beanStyleSetterMethodName" : "setStateEnteredEventDetails", "c2jName" : "stateEnteredEventDetails", "c2jShape" : "StateEnteredEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateEnteredEventDetails", "fluentSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateEnteredEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateEnteredEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateEnteredEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateEnteredEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateEnteredEventDetails", "setterDocumentation" : "\n@param stateEnteredEventDetails ", "setterMethodName" : "setStateEnteredEventDetails", "setterModel" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateEnteredEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : "", "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateExitedEventDetails", "beanStyleSetterMethodName" : "setStateExitedEventDetails", "c2jName" : "stateExitedEventDetails", "c2jShape" : "StateExitedEventDetails", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateExitedEventDetails", "fluentSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateExitedEventDetails", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateExitedEventDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateExitedEventDetails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateExitedEventDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateExitedEventDetails", "setterDocumentation" : "\n@param stateExitedEventDetails ", "setterMethodName" : "setStateExitedEventDetails", "setterModel" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "simple" : false, "varargSetterDocumentation" : "\n@param stateExitedEventDetails \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : "", "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "timestamp", "type", "id" ], "shapeName" : "HistoryEvent", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HistoryEvent", "variableName" : "historyEvent", "variableType" : "HistoryEvent", "documentation" : null, "simpleType" : "HistoryEvent", "variableSetterType" : "HistoryEvent" }, "wrapper" : false }, "HistoryEventType" : { "c2jName" : "HistoryEventType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ActivityFailed", "value" : "ActivityFailed" }, { "name" : "ActivityScheduleFailed", "value" : "ActivityScheduleFailed" }, { "name" : "ActivityScheduled", "value" : "ActivityScheduled" }, { "name" : "ActivityStarted", "value" : "ActivityStarted" }, { "name" : "ActivitySucceeded", "value" : "ActivitySucceeded" }, { "name" : "ActivityTimedOut", "value" : "ActivityTimedOut" }, { "name" : "ChoiceStateEntered", "value" : "ChoiceStateEntered" }, { "name" : "ChoiceStateExited", "value" : "ChoiceStateExited" }, { "name" : "ExecutionFailed", "value" : "ExecutionFailed" }, { "name" : "ExecutionStarted", "value" : "ExecutionStarted" }, { "name" : "ExecutionSucceeded", "value" : "ExecutionSucceeded" }, { "name" : "ExecutionAborted", "value" : "ExecutionAborted" }, { "name" : "ExecutionTimedOut", "value" : "ExecutionTimedOut" }, { "name" : "FailStateEntered", "value" : "FailStateEntered" }, { "name" : "LambdaFunctionFailed", "value" : "LambdaFunctionFailed" }, { "name" : "LambdaFunctionScheduleFailed", "value" : "LambdaFunctionScheduleFailed" }, { "name" : "LambdaFunctionScheduled", "value" : "LambdaFunctionScheduled" }, { "name" : "LambdaFunctionStartFailed", "value" : "LambdaFunctionStartFailed" }, { "name" : "LambdaFunctionStarted", "value" : "LambdaFunctionStarted" }, { "name" : "LambdaFunctionSucceeded", "value" : "LambdaFunctionSucceeded" }, { "name" : "LambdaFunctionTimedOut", "value" : "LambdaFunctionTimedOut" }, { "name" : "SucceedStateEntered", "value" : "SucceedStateEntered" }, { "name" : "SucceedStateExited", "value" : "SucceedStateExited" }, { "name" : "TaskStateEntered", "value" : "TaskStateEntered" }, { "name" : "TaskStateExited", "value" : "TaskStateExited" }, { "name" : "PassStateEntered", "value" : "PassStateEntered" }, { "name" : "PassStateExited", "value" : "PassStateExited" }, { "name" : "ParallelStateEntered", "value" : "ParallelStateEntered" }, { "name" : "ParallelStateExited", "value" : "ParallelStateExited" }, { "name" : "WaitStateEntered", "value" : "WaitStateEntered" }, { "name" : "WaitStateExited", "value" : "WaitStateExited" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HistoryEventType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HistoryEventType", "variableName" : "historyEventType", "variableType" : "HistoryEventType", "documentation" : null, "simpleType" : "HistoryEventType", "variableSetterType" : "HistoryEventType" }, "wrapper" : false }, "InvalidArnException" : { "c2jName" : "InvalidArn", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided Amazon Resource Name (ARN) is invalid.

", "enums" : null, "errorCode" : "InvalidArn", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArnException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false }, "InvalidDefinitionException" : { "c2jName" : "InvalidDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided Amazon States Language definition is invalid.

", "enums" : null, "errorCode" : "InvalidDefinition", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidDefinitionException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDefinitionException", "variableName" : "invalidDefinitionException", "variableType" : "InvalidDefinitionException", "documentation" : null, "simpleType" : "InvalidDefinitionException", "variableSetterType" : "InvalidDefinitionException" }, "wrapper" : false }, "InvalidExecutionInputException" : { "c2jName" : "InvalidExecutionInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided JSON input data is invalid.

", "enums" : null, "errorCode" : "InvalidExecutionInput", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidExecutionInputException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidExecutionInputException", "variableName" : "invalidExecutionInputException", "variableType" : "InvalidExecutionInputException", "documentation" : null, "simpleType" : "InvalidExecutionInputException", "variableSetterType" : "InvalidExecutionInputException" }, "wrapper" : false }, "InvalidNameException" : { "c2jName" : "InvalidName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided name is invalid.

", "enums" : null, "errorCode" : "InvalidName", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidNameException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNameException", "variableName" : "invalidNameException", "variableType" : "InvalidNameException", "documentation" : null, "simpleType" : "InvalidNameException", "variableSetterType" : "InvalidNameException" }, "wrapper" : false }, "InvalidOutputException" : { "c2jName" : "InvalidOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided JSON output data is invalid.

", "enums" : null, "errorCode" : "InvalidOutput", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOutputException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOutputException", "variableName" : "invalidOutputException", "variableType" : "InvalidOutputException", "documentation" : null, "simpleType" : "InvalidOutputException", "variableSetterType" : "InvalidOutputException" }, "wrapper" : false }, "InvalidTokenException" : { "c2jName" : "InvalidToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The provided token is invalid.

", "enums" : null, "errorCode" : "InvalidToken", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTokenException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTokenException", "variableName" : "invalidTokenException", "variableType" : "InvalidTokenException", "documentation" : null, "simpleType" : "InvalidTokenException", "variableSetterType" : "InvalidTokenException" }, "wrapper" : false }, "LambdaFunctionFailedEventDetails" : { "c2jName" : "LambdaFunctionFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionFailedEventDetails", "variableName" : "lambdaFunctionFailedEventDetails", "variableType" : "LambdaFunctionFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionFailedEventDetails", "variableSetterType" : "LambdaFunctionFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionScheduleFailedEventDetails" : { "c2jName" : "LambdaFunctionScheduleFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionScheduleFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduleFailedEventDetails", "variableName" : "lambdaFunctionScheduleFailedEventDetails", "variableType" : "LambdaFunctionScheduleFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduleFailedEventDetails", "variableSetterType" : "LambdaFunctionScheduleFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionScheduledEventDetails" : { "c2jName" : "LambdaFunctionScheduledEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@return The Amazon Resource Name (ARN) of the scheduled lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the lambda function.

\n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\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 JSON data input to the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@return The maximum allowed duration of the lambda function.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the lambda function.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the lambda function.

\n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\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 JSON data input to the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resource" : { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@return The Amazon Resource Name (ARN) of the scheduled lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeoutInSeconds" : { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@return The maximum allowed duration of the lambda function.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the lambda function.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResource", "beanStyleSetterMethodName" : "setResource", "c2jName" : "resource", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "enumType" : null, "fluentGetterMethodName" : "resource", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resource", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@return The Amazon Resource Name (ARN) of the scheduled lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resource", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resource", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.", "setterMethodName" : "setResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

\n@param resource The Amazon Resource Name (ARN) of the scheduled lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "resource", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the scheduled lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data input to the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON data input to the lambda function.

\n@return The JSON data input to the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data input to the lambda function.

\n@param input The JSON data input to the lambda function.\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 JSON data input to the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeoutInSeconds", "beanStyleSetterMethodName" : "setTimeoutInSeconds", "c2jName" : "timeoutInSeconds", "c2jShape" : "TimeoutInSeconds", "deprecated" : false, "documentation" : "

The maximum allowed duration of the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "timeoutInSeconds", "fluentSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeoutInSeconds", "getterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@return The maximum allowed duration of the lambda function.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "TimeoutInSeconds", "setterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.", "setterMethodName" : "setTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "

The maximum allowed duration of the lambda function.

\n@param timeoutInSeconds The maximum allowed duration of the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "Long", "variableName" : "timeoutInSeconds", "variableType" : "Long", "documentation" : "

The maximum allowed duration of the lambda function.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resource" ], "shapeName" : "LambdaFunctionScheduledEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionScheduledEventDetails", "variableName" : "lambdaFunctionScheduledEventDetails", "variableType" : "LambdaFunctionScheduledEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionScheduledEventDetails", "variableSetterType" : "LambdaFunctionScheduledEventDetails" }, "wrapper" : false }, "LambdaFunctionStartFailedEventDetails" : { "c2jName" : "LambdaFunctionStartFailedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionStartFailedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionStartFailedEventDetails", "variableName" : "lambdaFunctionStartFailedEventDetails", "variableType" : "LambdaFunctionStartFailedEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionStartFailedEventDetails", "variableSetterType" : "LambdaFunctionStartFailedEventDetails" }, "wrapper" : false }, "LambdaFunctionSucceededEventDetails" : { "c2jName" : "LambdaFunctionSucceededEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the lambda function.

\n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the lambda function.

\n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON data output by the lambda function.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON data output by the lambda function.

\n@return The JSON data output by the lambda function.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON data output by the lambda function.

\n@param output The JSON data output by the lambda function.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON data output by the lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionSucceededEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionSucceededEventDetails", "variableName" : "lambdaFunctionSucceededEventDetails", "variableType" : "LambdaFunctionSucceededEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionSucceededEventDetails", "variableSetterType" : "LambdaFunctionSucceededEventDetails" }, "wrapper" : false }, "LambdaFunctionTimedOutEventDetails" : { "c2jName" : "LambdaFunctionTimedOutEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

The error code of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

The error code of the failure.

\n@return The error code of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The error code of the failure.

\n@param error The error code of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

The error code of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the timeout.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@return A more detailed explanation of the cause of the timeout.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the timeout.

\n@param cause A more detailed explanation of the cause of the timeout.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the timeout.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LambdaFunctionTimedOutEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LambdaFunctionTimedOutEventDetails", "variableName" : "lambdaFunctionTimedOutEventDetails", "variableType" : "LambdaFunctionTimedOutEventDetails", "documentation" : null, "simpleType" : "LambdaFunctionTimedOutEventDetails", "variableSetterType" : "LambdaFunctionTimedOutEventDetails" }, "wrapper" : false }, "ListActivitiesRequest" : { "c2jName" : "ListActivitiesInput", "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" : "ListActivities", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListActivities", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListActivitiesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListActivitiesRequest", "variableName" : "listActivitiesRequest", "variableType" : "ListActivitiesRequest", "documentation" : null, "simpleType" : "ListActivitiesRequest", "variableSetterType" : "ListActivitiesRequest" }, "wrapper" : false }, "ListActivitiesResponse" : { "c2jName" : "ListActivitiesOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "deprecated" : false, "documentation" : "

The list of activities.

", "enumType" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The list of activities.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The list of activities.

\n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

The list of activities.

\n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of activities.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The list of activities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Activities" : { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "deprecated" : false, "documentation" : "

The list of activities.

", "enumType" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The list of activities.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The list of activities.

\n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

The list of activities.

\n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of activities.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The list of activities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActivities", "beanStyleSetterMethodName" : "setActivities", "c2jName" : "activities", "c2jShape" : "ActivityList", "deprecated" : false, "documentation" : "

The list of activities.

", "enumType" : null, "fluentGetterMethodName" : "activities", "fluentSetterDocumentation" : "

The list of activities.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activities", "getterDocumentation" : "

The list of activities.

\n@return The list of activities.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activities", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "activities", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ActivityListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ActivityListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ActivityListItem", "variableName" : "member", "variableType" : "ActivityListItem", "documentation" : "", "simpleType" : "ActivityListItem", "variableSetterType" : "ActivityListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ActivityListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ActivityListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Activities", "setterDocumentation" : "

The list of activities.

\n@param activities The list of activities.", "setterMethodName" : "setActivities", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of activities.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setActivities(java.util.Collection)} or {@link #withActivities(java.util.Collection)} if you want to override the existing values.

\n@param activities The list of activities.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "activities", "variableType" : "java.util.List", "documentation" : "

The list of activities.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "activities" ], "shapeName" : "ListActivitiesResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListActivitiesResponse", "variableName" : "listActivitiesResponse", "variableType" : "ListActivitiesResponse", "documentation" : null, "simpleType" : "ListActivitiesResponse", "variableSetterType" : "ListActivitiesResponse" }, "wrapper" : false }, "ListExecutionsRequest" : { "c2jName" : "ListExecutionsInput", "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" : "ListExecutions", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListExecutions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@return The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusFilter", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "statusFilter", "fluentSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@return The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusFilter" : { "beanStyleGetterMethodName" : "getStatusFilter", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "statusFilter", "fluentSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@return The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine whose executions will be listed.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine whose executions will be listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusFilter", "beanStyleSetterMethodName" : "setStatusFilter", "c2jName" : "statusFilter", "c2jShape" : "ExecutionStatus", "deprecated" : false, "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "enumType" : "ExecutionStatus", "fluentGetterMethodName" : "statusFilter", "fluentSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "fluentSetterMethodName" : "statusFilter", "getterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@return If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusFilter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StatusFilter", "setterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@see ExecutionStatus", "setterMethodName" : "setStatusFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If specified, only list the executions whose current execution status matches the given filter.

\n@param statusFilter If specified, only list the executions whose current execution status matches the given filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusFilter", "variableType" : "String", "documentation" : "

If specified, only list the executions whose current execution status matches the given filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "ListExecutionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListExecutionsRequest", "variableName" : "listExecutionsRequest", "variableType" : "ListExecutionsRequest", "documentation" : null, "simpleType" : "ListExecutionsRequest", "variableSetterType" : "ListExecutionsRequest" }, "wrapper" : false }, "ListExecutionsResponse" : { "c2jName" : "ListExecutionsOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "deprecated" : false, "documentation" : "

The list of matching executions.

", "enumType" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

The list of matching executions.

\n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExecutionListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of matching executions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setExecutions(java.util.Collection)} or {@link #withExecutions(java.util.Collection)} if you want to override the existing values.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

The list of matching executions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Executions" : { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "deprecated" : false, "documentation" : "

The list of matching executions.

", "enumType" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

The list of matching executions.

\n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExecutionListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of matching executions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setExecutions(java.util.Collection)} or {@link #withExecutions(java.util.Collection)} if you want to override the existing values.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

The list of matching executions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutions", "beanStyleSetterMethodName" : "setExecutions", "c2jName" : "executions", "c2jShape" : "ExecutionList", "deprecated" : false, "documentation" : "

The list of matching executions.

", "enumType" : null, "fluentGetterMethodName" : "executions", "fluentSetterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executions", "getterDocumentation" : "

The list of matching executions.

\n@return The list of matching executions.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExecutionListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "ExecutionListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "ExecutionListItem", "variableName" : "member", "variableType" : "ExecutionListItem", "documentation" : "", "simpleType" : "ExecutionListItem", "variableSetterType" : "ExecutionListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExecutionListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExecutionListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Executions", "setterDocumentation" : "

The list of matching executions.

\n@param executions The list of matching executions.", "setterMethodName" : "setExecutions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "

The list of matching executions.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setExecutions(java.util.Collection)} or {@link #withExecutions(java.util.Collection)} if you want to override the existing values.

\n@param executions The list of matching executions.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "executions", "variableType" : "java.util.List", "documentation" : "

The list of matching executions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executions" ], "shapeName" : "ListExecutionsResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListExecutionsResponse", "variableName" : "listExecutionsResponse", "variableType" : "ListExecutionsResponse", "documentation" : null, "simpleType" : "ListExecutionsResponse", "variableSetterType" : "ListExecutionsResponse" }, "wrapper" : false }, "ListStateMachinesRequest" : { "c2jName" : "ListStateMachinesInput", "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" : "ListStateMachines", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.ListStateMachines", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "PageSize", "deprecated" : false, "documentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@return The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

\n@param maxResults The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

The maximum number of results that will be returned per call. nextToken can be used to obtain further pages of results. The default is 100 and the maximum allowed page size is 1000.

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListStateMachinesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListStateMachinesRequest", "variableName" : "listStateMachinesRequest", "variableType" : "ListStateMachinesRequest", "documentation" : null, "simpleType" : "ListStateMachinesRequest", "variableSetterType" : "ListStateMachinesRequest" }, "wrapper" : false }, "ListStateMachinesResponse" : { "c2jName" : "ListStateMachinesOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StateMachineListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "\n@param stateMachines ", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStateMachines(java.util.Collection)} or {@link #withStateMachines(java.util.Collection)} if you want to override the existing values.

\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachines" : { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StateMachineListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "\n@param stateMachines ", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStateMachines(java.util.Collection)} or {@link #withStateMachines(java.util.Collection)} if you want to override the existing values.

\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachines", "beanStyleSetterMethodName" : "setStateMachines", "c2jName" : "stateMachines", "c2jShape" : "StateMachineList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "stateMachines", "fluentSetterDocumentation" : "\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachines", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachines", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "StateMachineListItem", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "\n@return ", "getterModel" : { "returnType" : "StateMachineListItem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "\n@param member ", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "simple" : false, "varargSetterDocumentation" : "\n@param member \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "member", "variableType" : "StateMachineListItem", "documentation" : "", "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "StateMachineListItem", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "StateMachineListItem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "StateMachines", "setterDocumentation" : "\n@param stateMachines ", "setterMethodName" : "setStateMachines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStateMachines(java.util.Collection)} or {@link #withStateMachines(java.util.Collection)} if you want to override the existing values.

\n@param stateMachines \n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stateMachines", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "PageToken", "deprecated" : false, "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@return If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

\n@param nextToken If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults 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" : "nextToken", "variableType" : "String", "documentation" : "

If a nextToken is returned, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken. Keep all other arguments unchanged.

The configured maxResults determines how many results can be returned in a single call.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachines" ], "shapeName" : "ListStateMachinesResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListStateMachinesResponse", "variableName" : "listStateMachinesResponse", "variableType" : "ListStateMachinesResponse", "documentation" : null, "simpleType" : "ListStateMachinesResponse", "variableSetterType" : "ListStateMachinesResponse" }, "wrapper" : false }, "SendTaskFailureRequest" : { "c2jName" : "SendTaskFailureInput", "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" : "SendTaskFailure", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskFailure", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@return An arbitrary error code that identifies the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@return An arbitrary error code that identifies the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@return An arbitrary error code that identifies the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the failure.

\n@param error An arbitrary error code that identifies the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the failure.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@return A more detailed explanation of the cause of the failure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the failure.

\n@param cause A more detailed explanation of the cause of the failure.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken" ], "shapeName" : "SendTaskFailureRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskFailureRequest", "variableName" : "sendTaskFailureRequest", "variableType" : "SendTaskFailureRequest", "documentation" : null, "simpleType" : "SendTaskFailureRequest", "variableSetterType" : "SendTaskFailureRequest" }, "wrapper" : false }, "SendTaskFailureResponse" : { "c2jName" : "SendTaskFailureOutput", "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" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskFailureResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskFailureResponse", "variableName" : "sendTaskFailureResponse", "variableType" : "SendTaskFailureResponse", "documentation" : null, "simpleType" : "SendTaskFailureResponse", "variableSetterType" : "SendTaskFailureResponse" }, "wrapper" : false }, "SendTaskHeartbeatRequest" : { "c2jName" : "SendTaskHeartbeatInput", "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" : "SendTaskHeartbeat", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskHeartbeat", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken" ], "shapeName" : "SendTaskHeartbeatRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskHeartbeatRequest", "variableName" : "sendTaskHeartbeatRequest", "variableType" : "SendTaskHeartbeatRequest", "documentation" : null, "simpleType" : "SendTaskHeartbeatRequest", "variableSetterType" : "SendTaskHeartbeatRequest" }, "wrapper" : false }, "SendTaskHeartbeatResponse" : { "c2jName" : "SendTaskHeartbeatOutput", "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" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskHeartbeatResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskHeartbeatResponse", "variableName" : "sendTaskHeartbeatResponse", "variableType" : "SendTaskHeartbeatResponse", "documentation" : null, "simpleType" : "SendTaskHeartbeatResponse", "variableSetterType" : "SendTaskHeartbeatResponse" }, "wrapper" : false }, "SendTaskSuccessRequest" : { "c2jName" : "SendTaskSuccessInput", "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" : "SendTaskSuccess", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.SendTaskSuccess", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output of the task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output of the task.

\n@return The JSON output of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output of the task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output of the task.

\n@return The JSON output of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TaskToken" : { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTaskToken", "beanStyleSetterMethodName" : "setTaskToken", "c2jName" : "taskToken", "c2jShape" : "TaskToken", "deprecated" : false, "documentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "enumType" : null, "fluentGetterMethodName" : "taskToken", "fluentSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskToken", "getterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@return The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "taskToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TaskToken", "setterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).", "setterMethodName" : "setTaskToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

\n@param taskToken The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).\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 token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTask::taskToken).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output of the task.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output of the task.

\n@return The JSON output of the task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output of the task.

\n@param output The JSON output of the task.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output of the task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskToken", "output" ], "shapeName" : "SendTaskSuccessRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SendTaskSuccessRequest", "variableName" : "sendTaskSuccessRequest", "variableType" : "SendTaskSuccessRequest", "documentation" : null, "simpleType" : "SendTaskSuccessRequest", "variableSetterType" : "SendTaskSuccessRequest" }, "wrapper" : false }, "SendTaskSuccessResponse" : { "c2jName" : "SendTaskSuccessOutput", "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" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SendTaskSuccessResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SendTaskSuccessResponse", "variableName" : "sendTaskSuccessResponse", "variableType" : "SendTaskSuccessResponse", "documentation" : null, "simpleType" : "SendTaskSuccessResponse", "variableSetterType" : "SendTaskSuccessResponse" }, "wrapper" : false }, "StartExecutionRequest" : { "c2jName" : "StartExecutionInput", "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" : "StartExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.StartExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@return The name of the execution. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\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 the execution. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the execution.

\n@return The JSON input data for the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the 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 JSON input data for the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the execution.

\n@return The JSON input data for the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the 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 JSON input data for the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@return The name of the execution. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\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 the execution. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@return The Amazon Resource Name (ARN) of the state machine to execute.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

\n@param stateMachineArn The Amazon Resource Name (ARN) of the state machine to execute.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the state machine to execute.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the execution. This name must be unique for your AWS account and region.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@return The name of the execution. This name must be unique for your AWS account and region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the execution. This name must be unique for your AWS account and region.

\n@param name The name of the execution. This name must be unique for your AWS account and region.\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 the execution. This name must be unique for your AWS account and region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data for the execution.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data for the execution.

\n@return The JSON input data for the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the execution.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data for the execution.

\n@param input The JSON input data for the 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 JSON input data for the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn" ], "shapeName" : "StartExecutionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartExecutionRequest", "variableName" : "startExecutionRequest", "variableType" : "StartExecutionRequest", "documentation" : null, "simpleType" : "StartExecutionRequest", "variableSetterType" : "StartExecutionRequest" }, "wrapper" : false }, "StartExecutionResponse" : { "c2jName" : "StartExecutionOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartDate" : { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@return The Amazon Resource Name (ARN) that identifies the execution.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

\n@param executionArn The Amazon Resource Name (ARN) that identifies the execution.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartDate", "beanStyleSetterMethodName" : "setStartDate", "c2jName" : "startDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was started.

", "enumType" : null, "fluentGetterMethodName" : "startDate", "fluentSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startDate", "getterDocumentation" : "

The date the execution was started.

\n@return The date the execution was started.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "startDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StartDate", "setterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.", "setterMethodName" : "setStartDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was started.

\n@param startDate The date the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was started.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn", "startDate" ], "shapeName" : "StartExecutionResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartExecutionResponse", "variableName" : "startExecutionResponse", "variableType" : "StartExecutionResponse", "documentation" : null, "simpleType" : "StartExecutionResponse", "variableSetterType" : "StartExecutionResponse" }, "wrapper" : false }, "StateEnteredEventDetails" : { "c2jName" : "StateEnteredEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data to the state.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data to the state.

\n@return The JSON input data to the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\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 JSON input data to the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data to the state.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data to the state.

\n@return The JSON input data to the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\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 JSON input data to the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "input", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON input data to the state.

", "enumType" : null, "fluentGetterMethodName" : "input", "fluentSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

The JSON input data to the state.

\n@return The JSON input data to the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "input", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "input", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Input", "setterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "input", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON input data to the state.

\n@param input The JSON input data to the state.\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 JSON input data to the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "StateEnteredEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateEnteredEventDetails", "variableName" : "stateEnteredEventDetails", "variableType" : "StateEnteredEventDetails", "documentation" : null, "simpleType" : "StateEnteredEventDetails", "variableSetterType" : "StateEnteredEventDetails" }, "wrapper" : false }, "StateExitedEventDetails" : { "c2jName" : "StateExitedEventDetails", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the state.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the state.

\n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the state.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the state.

\n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state.

\n@return The name of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state.

\n@param name The name of the state.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state.

\n@param name The name of the state.\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 the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "output", "c2jShape" : "Data", "deprecated" : false, "documentation" : "

The JSON output data of the state.

", "enumType" : null, "fluentGetterMethodName" : "output", "fluentSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

The JSON output data of the state.

\n@return The JSON output data of the state.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "output", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "output", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Output", "setterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The JSON output data of the state.

\n@param output The JSON output data of the state.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "output", "variableType" : "String", "documentation" : "

The JSON output data of the state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "StateExitedEventDetails", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateExitedEventDetails", "variableName" : "stateExitedEventDetails", "variableType" : "StateExitedEventDetails", "documentation" : null, "simpleType" : "StateExitedEventDetails", "variableSetterType" : "StateExitedEventDetails" }, "wrapper" : false }, "StateMachineAlreadyExistsException" : { "c2jName" : "StateMachineAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A state machine with the same name but a different definition or role ARN already exists.

", "enums" : null, "errorCode" : "StateMachineAlreadyExists", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineAlreadyExistsException", "variableName" : "stateMachineAlreadyExistsException", "variableType" : "StateMachineAlreadyExistsException", "documentation" : null, "simpleType" : "StateMachineAlreadyExistsException", "variableSetterType" : "StateMachineAlreadyExistsException" }, "wrapper" : false }, "StateMachineDeletingException" : { "c2jName" : "StateMachineDeleting", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified state machine is being deleted.

", "enums" : null, "errorCode" : "StateMachineDeleting", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineDeletingException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineDeletingException", "variableName" : "stateMachineDeletingException", "variableType" : "StateMachineDeletingException", "documentation" : null, "simpleType" : "StateMachineDeletingException", "variableSetterType" : "StateMachineDeletingException" }, "wrapper" : false }, "StateMachineDoesNotExistException" : { "c2jName" : "StateMachineDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified state machine does not exist.

", "enums" : null, "errorCode" : "StateMachineDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineDoesNotExistException", "variableName" : "stateMachineDoesNotExistException", "variableType" : "StateMachineDoesNotExistException", "documentation" : null, "simpleType" : "StateMachineDoesNotExistException", "variableSetterType" : "StateMachineDoesNotExistException" }, "wrapper" : false }, "StateMachineLimitExceededException" : { "c2jName" : "StateMachineLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.

", "enums" : null, "errorCode" : "StateMachineLimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineLimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StateMachineLimitExceededException", "variableName" : "stateMachineLimitExceededException", "variableType" : "StateMachineLimitExceededException", "documentation" : null, "simpleType" : "StateMachineLimitExceededException", "variableSetterType" : "StateMachineLimitExceededException" }, "wrapper" : false }, "StateMachineListItem" : { "c2jName" : "StateMachineListItem", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateMachineArn" : { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStateMachineArn", "beanStyleSetterMethodName" : "setStateMachineArn", "c2jName" : "stateMachineArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "enumType" : null, "fluentGetterMethodName" : "stateMachineArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stateMachineArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@return The Amazon Resource Name (ARN) that identifies the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stateMachineArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stateMachineArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StateMachineArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.", "setterMethodName" : "setStateMachineArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

\n@param stateMachineArn The Amazon Resource Name (ARN) that identifies the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateMachineArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) that identifies the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

The name of the state machine.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of the state machine.

\n@return The name of the state machine.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The name of the state machine.

\n@param name The name of the state machine.\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 the state machine.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreationDate", "beanStyleSetterMethodName" : "setCreationDate", "c2jName" : "creationDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the state machine was created.

", "enumType" : null, "fluentGetterMethodName" : "creationDate", "fluentSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationDate", "getterDocumentation" : "

The date the state machine was created.

\n@return The date the state machine was created.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "creationDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreationDate", "setterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the state machine was created.

\n@param creationDate The date the state machine was created.\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 the state machine was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stateMachineArn", "name", "creationDate" ], "shapeName" : "StateMachineListItem", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateMachineListItem", "variableName" : "stateMachineListItem", "variableType" : "StateMachineListItem", "documentation" : null, "simpleType" : "StateMachineListItem", "variableSetterType" : "StateMachineListItem" }, "wrapper" : false }, "StateMachineStatus" : { "c2jName" : "StateMachineStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "DELETING", "value" : "DELETING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StateMachineStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StateMachineStatus", "variableName" : "stateMachineStatus", "variableType" : "StateMachineStatus", "documentation" : null, "simpleType" : "StateMachineStatus", "variableSetterType" : "StateMachineStatus" }, "wrapper" : false }, "StopExecutionRequest" : { "c2jName" : "StopExecutionInput", "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" : "StopExecution", "locationName" : null, "requestUri" : "/", "target" : "AWSStepFunctions.StopExecution", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@return An arbitrary error code that identifies the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@return A more detailed explanation of the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cause" : { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@return A more detailed explanation of the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@return An arbitrary error code that identifies the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExecutionArn" : { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExecutionArn", "beanStyleSetterMethodName" : "setExecutionArn", "c2jName" : "executionArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "enumType" : null, "fluentGetterMethodName" : "executionArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@return The Amazon Resource Name (ARN) of the execution to stop.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "executionArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ExecutionArn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.", "setterMethodName" : "setExecutionArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

\n@param executionArn The Amazon Resource Name (ARN) of the execution to stop.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "executionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the execution to stop.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "error", "c2jShape" : "Error", "deprecated" : false, "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@return An arbitrary error code that identifies the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

An arbitrary error code that identifies the cause of the termination.

\n@param error An arbitrary error code that identifies the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

An arbitrary error code that identifies the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCause", "beanStyleSetterMethodName" : "setCause", "c2jName" : "cause", "c2jShape" : "Cause", "deprecated" : false, "documentation" : "

A more detailed explanation of the cause of the termination.

", "enumType" : null, "fluentGetterMethodName" : "cause", "fluentSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cause", "getterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@return A more detailed explanation of the cause of the termination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "cause", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cause", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Cause", "setterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.", "setterMethodName" : "setCause", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "

A more detailed explanation of the cause of the termination.

\n@param cause A more detailed explanation of the cause of the termination.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "String", "variableName" : "cause", "variableType" : "String", "documentation" : "

A more detailed explanation of the cause of the termination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "executionArn" ], "shapeName" : "StopExecutionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopExecutionRequest", "variableName" : "stopExecutionRequest", "variableType" : "StopExecutionRequest", "documentation" : null, "simpleType" : "StopExecutionRequest", "variableSetterType" : "StopExecutionRequest" }, "wrapper" : false }, "StopExecutionResponse" : { "c2jName" : "StopExecutionOutput", "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" : null, "members" : [ { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

The date the execution was stopped.

\n@return The date the execution was stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "StopDate" : { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

The date the execution was stopped.

\n@return The date the execution was stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStopDate", "beanStyleSetterMethodName" : "setStopDate", "c2jName" : "stopDate", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the execution was stopped.

", "enumType" : null, "fluentGetterMethodName" : "stopDate", "fluentSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stopDate", "getterDocumentation" : "

The date the execution was stopped.

\n@return The date the execution was stopped.", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stopDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "stopDate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "StopDate", "setterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.", "setterMethodName" : "setStopDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "

The date the execution was stopped.

\n@param stopDate The date the execution was stopped.\n@return Returns a reference to this object so that method calls can be chained together.", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "stopDate", "variableType" : "java.util.Date", "documentation" : "

The date the execution was stopped.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stopDate" ], "shapeName" : "StopExecutionResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopExecutionResponse", "variableName" : "stopExecutionResponse", "variableType" : "StopExecutionResponse", "documentation" : null, "simpleType" : "StopExecutionResponse", "variableSetterType" : "StopExecutionResponse" }, "wrapper" : false }, "TaskDoesNotExistException" : { "c2jName" : "TaskDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "TaskDoesNotExist", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TaskDoesNotExistException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TaskDoesNotExistException", "variableName" : "taskDoesNotExistException", "variableType" : "TaskDoesNotExistException", "documentation" : null, "simpleType" : "TaskDoesNotExistException", "variableSetterType" : "TaskDoesNotExistException" }, "wrapper" : false }, "TaskTimedOutException" : { "c2jName" : "TaskTimedOut", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "TaskTimedOut", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TaskTimedOutException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TaskTimedOutException", "variableName" : "taskTimedOutException", "variableType" : "TaskTimedOutException", "documentation" : null, "simpleType" : "TaskTimedOutException", "variableSetterType" : "TaskTimedOutException" }, "wrapper" : false } }, "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "hasWaiters" : false, "sdkBaseResponseFqcn" : "software.amazon.awssdk.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "SFNException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.sfn.model.SFNException", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.AmazonServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy